Html Css Color HEX #CE3E35 Persian Red

📋 copy color: '#CE3E35'

red 206 ◦ green 62 ◦ blue 53

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

Shades of Persian Red #CE3E35

Tints of Persian Red #CE3E35

RGB

 RED value IS 206 (80.86% from 255) = 64.17%

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

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

R = 64.17%
G = 19.31%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3E35 (or 0xCE3E35) is known color: Persian Red. HEX triplet: CE, 3E and 35. RGB value is (206,62,53). Sum of RGB (Red+Green+Blue) = 206+62+53=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E35 is #31C1CA. Grayscale: #686868. Windows color (decimal): -3260875 or 3489486. OLE color: 3489486.

HSL color Cylindrical-coordinate representation of color #CE3E35: hue angle of 3.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3E35 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 53 -
CMYK 0 0.70 0.74 0.19
HSL 3.53º 0.61% 0.51% -
HSV(B) 3.53º 0.74% 0.81% -
XYZ 27.82 16.82 5.15 -
YUV 104.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 206 62 53 0 0.70 0.74 0.19 3.53 0.61 0.51
Hex CE 3E 35 0 46 4A 13 4 3D 33
Octal 316 76 65 0 106 112 23 4 75 63
Binary 11001110 111110 110101 0 1000110 1001010 10011 100 111101 110011

Color Harmonies of #CE3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E35

Black with #CE3E35

Text Example


Text Example

White with #CE3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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