Html Css Color HEX #CC2335 Cardinal

📋 copy color: '#CC2335'

red 204 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #CC2335

Tints of Cardinal #CC2335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 69.86%
G = 11.99%
B = 18.15%

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

#CC2335 (or 0xCC2335) is known color: Cardinal. HEX triplet: CC, 23 and 35. RGB value is (204,35,53). Sum of RGB (Red+Green+Blue) = 204+35+53=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2335 is #33DCCA. Grayscale: #575757. Windows color (decimal): -3398859 or 3482572. OLE color: 3482572.

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

Color convert

RGB 204 35 53 -
CMYK 0 0.83 0.74 0.2
HSL 353.61º 0.71% 0.47% -
HSV(B) 353.61º 0.83% 0.8% -
XYZ 26.15 14.3 4.75 -
YUV 87.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 204 35 53 0 0.83 0.74 0.2 353.61 0.71 0.47
Hex CC 23 35 0 53 4A 14 162 47 2F
Octal 314 43 65 0 123 112 24 542 107 57
Binary 11001100 100011 110101 0 1010011 1001010 10100 101100010 1000111 101111

Color Harmonies of #CC2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2335

Black with #CC2335

Text Example


Text Example

White with #CC2335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2335; }

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

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

background-color css

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

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

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

border-color css

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

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

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