Html Css Color HEX #CC1437 Cardinal

📋 copy color: '#CC1437'

red 204 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #CC1437

Tints of Cardinal #CC1437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 73.12%
G = 7.17%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC1437 (or 0xCC1437) is known color: Cardinal. HEX triplet: CC, 14 and 37. RGB value is (204,20,55). Sum of RGB (Red+Green+Blue) = 204+20+55=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1437 is #33EBC8. Grayscale: #4F4F4F. Windows color (decimal): -3402697 or 3609804. OLE color: 3609804.

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

Color convert

RGB 204 20 55 -
CMYK 0 0.90 0.73 0.2
HSL 348.59º 0.82% 0.44% -
HSV(B) 348.59º 0.9% 0.8% -
XYZ 25.84 13.61 4.88 -
YUV 79.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 204 20 55 0 0.90 0.73 0.2 348.59 0.82 0.44
Hex CC 14 37 0 5A 49 14 15D 52 2C
Octal 314 24 67 0 132 111 24 535 122 54
Binary 11001100 10100 110111 0 1011010 1001001 10100 101011101 1010010 101100

Color Harmonies of #CC1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1437

Black with #CC1437

Text Example


Text Example

White with #CC1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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