Html Css Color HEX #CC2037 Cardinal

📋 copy color: '#CC2037'

red 204 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #CC2037

Tints of Cardinal #CC2037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 70.1%
G = 11%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2037 (or 0xCC2037) is known color: Cardinal. HEX triplet: CC, 20 and 37. RGB value is (204,32,55). Sum of RGB (Red+Green+Blue) = 204+32+55=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2037 is #33DFC8. Grayscale: #565656. Windows color (decimal): -3399625 or 3612876. OLE color: 3612876.

HSL color Cylindrical-coordinate representation of color #CC2037: hue angle of 351.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2037 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 55 -
CMYK 0 0.84 0.73 0.2
HSL 351.98º 0.73% 0.46% -
HSV(B) 351.98º 0.84% 0.8% -
XYZ 26.11 14.15 4.97 -
YUV 86.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 204 32 55 0 0.84 0.73 0.2 351.98 0.73 0.46
Hex CC 20 37 0 54 49 14 160 49 2E
Octal 314 40 67 0 124 111 24 540 111 56
Binary 11001100 100000 110111 0 1010100 1001001 10100 101100000 1001001 101110

Color Harmonies of #CC2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2037

Black with #CC2037

Text Example


Text Example

White with #CC2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2037; }

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

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

background-color css

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

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

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

border-color css

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

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

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