Html Css Color HEX #CC2439 Cardinal

📋 copy color: '#CC2439'

red 204 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #CC2439

Tints of Cardinal #CC2439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 68.69%
G = 12.12%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2439 (or 0xCC2439) is known color: Cardinal. HEX triplet: CC, 24 and 39. RGB value is (204,36,57). Sum of RGB (Red+Green+Blue) = 204+36+57=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2439 is #33DBC6. Grayscale: #585858. Windows color (decimal): -3398599 or 3744972. OLE color: 3744972.

HSL color Cylindrical-coordinate representation of color #CC2439: hue angle of 352.5º 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 #CC2439 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 57 -
CMYK 0 0.82 0.72 0.2
HSL 352.5º 0.7% 0.47% -
HSV(B) 352.5º 0.82% 0.8% -
XYZ 26.27 14.39 5.26 -
YUV 88.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 204 36 57 0 0.82 0.72 0.2 352.5 0.7 0.47
Hex CC 24 39 0 52 48 14 160 46 2F
Octal 314 44 71 0 122 110 24 540 106 57
Binary 11001100 100100 111001 0 1010010 1001000 10100 101100000 1000110 101111

Color Harmonies of #CC2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2439

Black with #CC2439

Text Example


Text Example

White with #CC2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2439; }

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

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

background-color css

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

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

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

border-color css

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

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

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