Html Css Color HEX #CC2232 Cardinal

📋 copy color: '#CC2232'

red 204 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #CC2232

Tints of Cardinal #CC2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 70.83%
G = 11.81%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2232 (or 0xCC2232) is known color: Cardinal. HEX triplet: CC, 22 and 32. RGB value is (204,34,50). Sum of RGB (Red+Green+Blue) = 204+34+50=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2232 is #33DDCD. Grayscale: #565656. Windows color (decimal): -3399118 or 3285708. OLE color: 3285708.

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

Color convert

RGB 204 34 50 -
CMYK 0 0.83 0.75 0.2
HSL 354.35º 0.71% 0.47% -
HSV(B) 354.35º 0.83% 0.8% -
XYZ 26.05 14.21 4.39 -
YUV 86.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 204 34 50 0 0.83 0.75 0.2 354.35 0.71 0.47
Hex CC 22 32 0 53 4B 14 162 47 2F
Octal 314 42 62 0 123 113 24 542 107 57
Binary 11001100 100010 110010 0 1010011 1001011 10100 101100010 1000111 101111

Color Harmonies of #CC2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2232

Black with #CC2232

Text Example


Text Example

White with #CC2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2232; }

 p { color: rgb(204,34,50); }

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

background-color css

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

 a { background-color: rgb(204,34,50); }

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

border-color css

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

 span { border-color: rgb(204,34,50); }

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