Html Css Color HEX #CC3535 Persian Red

📋 copy color: '#CC3535'

red 204 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #CC3535

Tints of Persian Red #CC3535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 65.81%
G = 17.1%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC3535 (or 0xCC3535) is known color: Persian Red. HEX triplet: CC, 35 and 35. RGB value is (204,53,53). Sum of RGB (Red+Green+Blue) = 204+53+53=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3535 is #33CACA. Grayscale: #626262. Windows color (decimal): -3394251 or 3487180. OLE color: 3487180.

HSL color Cylindrical-coordinate representation of color #CC3535: hue angle of 0º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3535 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 53 -
CMYK 0 0.74 0.74 0.2
HSL 0.6% 0.5% -
HSV(B) 0.74% 0.8% -
XYZ 26.82 15.64 4.97 -
YUV 98.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 204 53 53 0 0.74 0.74 0.2 0 0.6 0.5
Hex CC 35 35 0 4A 4A 14 0 3C 32
Octal 314 65 65 0 112 112 24 0 74 62
Binary 11001100 110101 110101 0 1001010 1001010 10100 0 111100 110010

Color Harmonies of #CC3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3535

Black with #CC3535

Text Example


Text Example

White with #CC3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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