Html Css Color HEX #CC2431 Cardinal

📋 copy color: '#CC2431'

red 204 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #CC2431

Tints of Cardinal #CC2431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 70.59%
G = 12.46%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2431 (or 0xCC2431) is known color: Cardinal. HEX triplet: CC, 24 and 31. RGB value is (204,36,49). Sum of RGB (Red+Green+Blue) = 204+36+49=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2431 is #33DBCE. Grayscale: #575757. Windows color (decimal): -3398607 or 3220684. OLE color: 3220684.

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

Color convert

RGB 204 36 49 -
CMYK 0 0.82 0.76 0.2
HSL 355.36º 0.7% 0.47% -
HSV(B) 355.36º 0.82% 0.8% -
XYZ 26.09 14.32 4.29 -
YUV 87.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 204 36 49 0 0.82 0.76 0.2 355.36 0.7 0.47
Hex CC 24 31 0 52 4C 14 163 46 2F
Octal 314 44 61 0 122 114 24 543 106 57
Binary 11001100 100100 110001 0 1010010 1001100 10100 101100011 1000110 101111

Color Harmonies of #CC2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2431

Black with #CC2431

Text Example


Text Example

White with #CC2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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