Html Css Color HEX #CC2737 Cardinal

📋 copy color: '#CC2737'

red 204 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #CC2737

Tints of Cardinal #CC2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 68.46%
G = 13.09%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2737 (or 0xCC2737) is known color: Cardinal. HEX triplet: CC, 27 and 37. RGB value is (204,39,55). Sum of RGB (Red+Green+Blue) = 204+39+55=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2737 is #33D8C8. Grayscale: #5A5A5A. Windows color (decimal): -3397833 or 3614668. OLE color: 3614668.

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

Color convert

RGB 204 39 55 -
CMYK 0 0.81 0.73 0.2
HSL 354.18º 0.68% 0.48% -
HSV(B) 354.18º 0.81% 0.8% -
XYZ 26.32 14.56 5.04 -
YUV 90.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 204 39 55 0 0.81 0.73 0.2 354.18 0.68 0.48
Hex CC 27 37 0 51 49 14 162 44 30
Octal 314 47 67 0 121 111 24 542 104 60
Binary 11001100 100111 110111 0 1010001 1001001 10100 101100010 1000100 110000

Color Harmonies of #CC2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2737

Black with #CC2737

Text Example


Text Example

White with #CC2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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