Html Css Color HEX #CC2432 Cardinal

📋 copy color: '#CC2432'

red 204 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #CC2432

Tints of Cardinal #CC2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 70.34%
G = 12.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2432 (or 0xCC2432) is known color: Cardinal. HEX triplet: CC, 24 and 32. RGB value is (204,36,50). Sum of RGB (Red+Green+Blue) = 204+36+50=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2432 is #33DBCD. Grayscale: #575757. Windows color (decimal): -3398606 or 3286220. OLE color: 3286220.

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

Color convert

RGB 204 36 50 -
CMYK 0 0.82 0.75 0.2
HSL 355º 0.7% 0.47% -
HSV(B) 355º 0.82% 0.8% -
XYZ 26.11 14.33 4.41 -
YUV 87.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 204 36 50 0 0.82 0.75 0.2 355 0.7 0.47
Hex CC 24 32 0 52 4B 14 163 46 2F
Octal 314 44 62 0 122 113 24 543 106 57
Binary 11001100 100100 110010 0 1010010 1001011 10100 101100011 1000110 101111

Color Harmonies of #CC2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2432

Black with #CC2432

Text Example


Text Example

White with #CC2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2432; }

 p { color: rgb(204,36,50); }

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

background-color css

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

 a { background-color: rgb(204,36,50); }

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

border-color css

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

 span { border-color: rgb(204,36,50); }

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