Html Css Color HEX #CC2036 Cardinal

📋 copy color: '#CC2036'

red 204 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #CC2036

Tints of Cardinal #CC2036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 70.34%
G = 11.03%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC2036 (or 0xCC2036) is known color: Cardinal. HEX triplet: CC, 20 and 36. RGB value is (204,32,54). Sum of RGB (Red+Green+Blue) = 204+32+54=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2036 is #33DFC9. Grayscale: #565656. Windows color (decimal): -3399626 or 3547340. OLE color: 3547340.

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

Color convert

RGB 204 32 54 -
CMYK 0 0.84 0.74 0.2
HSL 352.33º 0.73% 0.46% -
HSV(B) 352.33º 0.84% 0.8% -
XYZ 26.08 14.14 4.84 -
YUV 85.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 204 32 54 0 0.84 0.74 0.2 352.33 0.73 0.46
Hex CC 20 36 0 54 4A 14 160 49 2E
Octal 314 40 66 0 124 112 24 540 111 56
Binary 11001100 100000 110110 0 1010100 1001010 10100 101100000 1001001 101110

Color Harmonies of #CC2036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2036

Black with #CC2036

Text Example


Text Example

White with #CC2036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2036; }

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

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

background-color css

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

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

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

border-color css

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

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

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