Html Css Color HEX #CC2337 Cardinal

📋 copy color: '#CC2337'

red 204 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #CC2337

Tints of Cardinal #CC2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 69.39%
G = 11.9%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2337 (or 0xCC2337) is known color: Cardinal. HEX triplet: CC, 23 and 37. RGB value is (204,35,55). Sum of RGB (Red+Green+Blue) = 204+35+55=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2337 is #33DCC8. Grayscale: #575757. Windows color (decimal): -3398857 or 3613644. OLE color: 3613644.

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

Color convert

RGB 204 35 55 -
CMYK 0 0.83 0.73 0.2
HSL 352.9º 0.71% 0.47% -
HSV(B) 352.9º 0.83% 0.8% -
XYZ 26.19 14.32 5 -
YUV 87.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 204 35 55 0 0.83 0.73 0.2 352.9 0.71 0.47
Hex CC 23 37 0 53 49 14 161 47 2F
Octal 314 43 67 0 123 111 24 541 107 57
Binary 11001100 100011 110111 0 1010011 1001001 10100 101100001 1000111 101111

Color Harmonies of #CC2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2337

Black with #CC2337

Text Example


Text Example

White with #CC2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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