Html Css Color HEX #CC2136 Cardinal

📋 copy color: '#CC2136'

red 204 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #CC2136

Tints of Cardinal #CC2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

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

R = 70.1%
G = 11.34%
B = 18.56%

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

#CC2136 (or 0xCC2136) is known color: Cardinal. HEX triplet: CC, 21 and 36. RGB value is (204,33,54). Sum of RGB (Red+Green+Blue) = 204+33+54=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2136 is #33DEC9. Grayscale: #565656. Windows color (decimal): -3399370 or 3547596. OLE color: 3547596.

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

Color convert

RGB 204 33 54 -
CMYK 0 0.84 0.74 0.2
HSL 352.63º 0.72% 0.46% -
HSV(B) 352.63º 0.84% 0.8% -
XYZ 26.11 14.19 4.85 -
YUV 86.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 204 33 54 0 0.84 0.74 0.2 352.63 0.72 0.46
Hex CC 21 36 0 54 4A 14 161 48 2E
Octal 314 41 66 0 124 112 24 541 110 56
Binary 11001100 100001 110110 0 1010100 1001010 10100 101100001 1001000 101110

Color Harmonies of #CC2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2136

Black with #CC2136

Text Example


Text Example

White with #CC2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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