Html Css Color HEX #CE4235 Persian Red

📋 copy color: '#CE4235'

red 206 ◦ green 66 ◦ blue 53

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

Shades of Persian Red #CE4235

Tints of Persian Red #CE4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 63.38%
G = 20.31%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE4235 (or 0xCE4235) is known color: Persian Red. HEX triplet: CE, 42 and 35. RGB value is (206,66,53). Sum of RGB (Red+Green+Blue) = 206+66+53=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4235 is #31BDCA. Grayscale: #6A6A6A. Windows color (decimal): -3259851 or 3490510. OLE color: 3490510.

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

Color convert

RGB 206 66 53 -
CMYK 0 0.68 0.74 0.19
HSL 5.1º 0.61% 0.51% -
HSV(B) 5.1º 0.74% 0.81% -
XYZ 28.04 17.28 5.22 -
YUV 106.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 206 66 53 0 0.68 0.74 0.19 5.1 0.61 0.51
Hex CE 42 35 0 44 4A 13 5 3D 33
Octal 316 102 65 0 104 112 23 5 75 63
Binary 11001110 1000010 110101 0 1000100 1001010 10011 101 111101 110011

Color Harmonies of #CE4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4235

Black with #CE4235

Text Example


Text Example

White with #CE4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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