Html Css Color HEX #CC3E35 Persian Red

📋 copy color: '#CC3E35'

red 204 ◦ green 62 ◦ blue 53

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

Shades of Persian Red #CC3E35

Tints of Persian Red #CC3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

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

R = 63.95%
G = 19.44%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC3E35 (or 0xCC3E35) is known color: Persian Red. HEX triplet: CC, 3E and 35. RGB value is (204,62,53). Sum of RGB (Red+Green+Blue) = 204+62+53=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E35 is #33C1CA. Grayscale: #676767. Windows color (decimal): -3391947 or 3489484. OLE color: 3489484.

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

Color convert

RGB 204 62 53 -
CMYK 0 0.70 0.74 0.2
HSL 3.58º 0.6% 0.5% -
HSV(B) 3.58º 0.74% 0.8% -
XYZ 27.27 16.54 5.12 -
YUV 103.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 204 62 53 0 0.70 0.74 0.2 3.58 0.6 0.5
Hex CC 3E 35 0 46 4A 14 4 3C 32
Octal 314 76 65 0 106 112 24 4 74 62
Binary 11001100 111110 110101 0 1000110 1001010 10100 100 111100 110010

Color Harmonies of #CC3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E35

Black with #CC3E35

Text Example


Text Example

White with #CC3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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