Html Css Color HEX #CC2235 Cardinal

📋 copy color: '#CC2235'

red 204 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #CC2235

Tints of Cardinal #CC2235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 70.1%
G = 11.68%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC2235 (or 0xCC2235) is known color: Cardinal. HEX triplet: CC, 22 and 35. RGB value is (204,34,53). Sum of RGB (Red+Green+Blue) = 204+34+53=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2235 is #33DDCA. Grayscale: #575757. Windows color (decimal): -3399115 or 3482316. OLE color: 3482316.

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

Color convert

RGB 204 34 53 -
CMYK 0 0.83 0.74 0.2
HSL 353.29º 0.71% 0.47% -
HSV(B) 353.29º 0.83% 0.8% -
XYZ 26.12 14.24 4.74 -
YUV 87 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 204 34 53 0 0.83 0.74 0.2 353.29 0.71 0.47
Hex CC 22 35 0 53 4A 14 161 47 2F
Octal 314 42 65 0 123 112 24 541 107 57
Binary 11001100 100010 110101 0 1010011 1001010 10100 101100001 1000111 101111

Color Harmonies of #CC2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2235

Black with #CC2235

Text Example


Text Example

White with #CC2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2235; }

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

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

background-color css

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

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

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

border-color css

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

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

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