Html Css Color HEX #CC2233 Cardinal

📋 copy color: '#CC2233'

red 204 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #CC2233

Tints of Cardinal #CC2233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 70.59%
G = 11.76%
B = 17.65%

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

#CC2233 (or 0xCC2233) is known color: Cardinal. HEX triplet: CC, 22 and 33. RGB value is (204,34,51). Sum of RGB (Red+Green+Blue) = 204+34+51=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2233 is #33DDCC. Grayscale: #565656. Windows color (decimal): -3399117 or 3351244. OLE color: 3351244.

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

Color convert

RGB 204 34 51 -
CMYK 0 0.83 0.75 0.2
HSL 354º 0.71% 0.47% -
HSV(B) 354º 0.83% 0.8% -
XYZ 26.07 14.22 4.5 -
YUV 86.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 204 34 51 0 0.83 0.75 0.2 354 0.71 0.47
Hex CC 22 33 0 53 4B 14 162 47 2F
Octal 314 42 63 0 123 113 24 542 107 57
Binary 11001100 100010 110011 0 1010011 1001011 10100 101100010 1000111 101111

Color Harmonies of #CC2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2233

Black with #CC2233

Text Example


Text Example

White with #CC2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2233; }

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

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

background-color css

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

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

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

border-color css

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

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

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