Html Css Color HEX #CC1439 Cardinal

📋 copy color: '#CC1439'

red 204 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #CC1439

Tints of Cardinal #CC1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 72.6%
G = 7.12%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC1439 (or 0xCC1439) is known color: Cardinal. HEX triplet: CC, 14 and 39. RGB value is (204,20,57). Sum of RGB (Red+Green+Blue) = 204+20+57=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1439 is #33EBC6. Grayscale: #4F4F4F. Windows color (decimal): -3402695 or 3740876. OLE color: 3740876.

HSL color Cylindrical-coordinate representation of color #CC1439: hue angle of 347.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1439 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 57 -
CMYK 0 0.90 0.72 0.2
HSL 347.93º 0.82% 0.44% -
HSV(B) 347.93º 0.9% 0.8% -
XYZ 25.89 13.63 5.14 -
YUV 79.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 204 20 57 0 0.90 0.72 0.2 347.93 0.82 0.44
Hex CC 14 39 0 5A 48 14 15C 52 2C
Octal 314 24 71 0 132 110 24 534 122 54
Binary 11001100 10100 111001 0 1011010 1001000 10100 101011100 1010010 101100

Color Harmonies of #CC1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1439

Black with #CC1439

Text Example


Text Example

White with #CC1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1439; }

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

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

background-color css

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

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

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

border-color css

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

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

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