Html Css Color HEX #CC3C35 Persian Red

📋 copy color: '#CC3C35'

red 204 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #CC3C35

Tints of Persian Red #CC3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 64.35%
G = 18.93%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC3C35 (or 0xCC3C35) is known color: Persian Red. HEX triplet: CC, 3C and 35. RGB value is (204,60,53). Sum of RGB (Red+Green+Blue) = 204+60+53=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C35 is #33C3CA. Grayscale: #666666. Windows color (decimal): -3392459 or 3488972. OLE color: 3488972.

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

Color convert

RGB 204 60 53 -
CMYK 0 0.71 0.74 0.2
HSL 2.78º 0.6% 0.5% -
HSV(B) 2.78º 0.74% 0.8% -
XYZ 27.16 16.33 5.09 -
YUV 102.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 204 60 53 0 0.71 0.74 0.2 2.78 0.6 0.5
Hex CC 3C 35 0 47 4A 14 3 3C 32
Octal 314 74 65 0 107 112 24 3 74 62
Binary 11001100 111100 110101 0 1000111 1001010 10100 11 111100 110010

Color Harmonies of #CC3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C35

Black with #CC3C35

Text Example


Text Example

White with #CC3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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