Html Css Color HEX #CC223A Cardinal

📋 copy color: '#CC223A'

red 204 ◦ green 34 ◦ blue 58

#CC223A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CC223A

Tints of Cardinal #CC223A

RGB

 RED value IS 204 (80.08% from 255) = 68.92%

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 68.92%
G = 11.49%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC223A (or 0xCC223A) is known color: Cardinal. HEX triplet: CC, 22 and 3A. RGB value is (204,34,58). Sum of RGB (Red+Green+Blue) = 204+34+58=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223A is #33DDC5. Grayscale: #575757. Windows color (decimal): -3399110 or 3809996. OLE color: 3809996.

HSL color Cylindrical-coordinate representation of color #CC223A: hue angle of 351.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC223A is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 58 -
CMYK 0 0.83 0.72 0.2
HSL 351.53º 0.71% 0.47% -
HSV(B) 351.53º 0.83% 0.8% -
XYZ 26.24 14.29 5.38 -
YUV 87.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 204 34 58 0 0.83 0.72 0.2 351.53 0.71 0.47
Hex CC 22 3A 0 53 48 14 160 47 2F
Octal 314 42 72 0 123 110 24 540 107 57
Binary 11001100 100010 111010 0 1010011 1001000 10100 101100000 1000111 101111

Color Harmonies of #CC223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC223A

Black with #CC223A

Text Example


Text Example

White with #CC223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC223A; }

 p { color: rgb(204,34,58); }

 H1.HeaderClassName
 {
   color: #CC223A;
 }
 .AnyTagClassName
 {
   color: #CC223A;
 }
</style>

background-color css

<style>
 a { background-color: #CC223A; }

 a { background-color: rgb(204,34,58); }

 div.DivClassName
 {
   background-color: #CC223A;
 }
 .BgClassName
 {
   background-color: #CC223A;
 }
</style>

border-color css

<style>
 span { border-color: #CC223A; }

 span { border-color: rgb(204,34,58); }

 td.TdClassName
 {
   border-color: #CC223A;
 }
 .TagClassName
 {
   border-color: #CC223A;
 }
</style>