Html Css Color HEX #CE4033 Persian Red

📋 copy color: '#CE4033'

red 206 ◦ green 64 ◦ blue 51

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

Shades of Persian Red #CE4033

Tints of Persian Red #CE4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 64.17%
G = 19.94%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE4033 (or 0xCE4033) is known color: Persian Red. HEX triplet: CE, 40 and 33. RGB value is (206,64,51). Sum of RGB (Red+Green+Blue) = 206+64+51=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4033 is #31BFCC. Grayscale: #696969. Windows color (decimal): -3260365 or 3358926. OLE color: 3358926.

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

Color convert

RGB 206 64 51 -
CMYK 0 0.69 0.75 0.19
HSL 5.03º 0.61% 0.5% -
HSV(B) 5.03º 0.75% 0.81% -
XYZ 27.88 17.03 4.95 -
YUV 104.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 206 64 51 0 0.69 0.75 0.19 5.03 0.61 0.5
Hex CE 40 33 0 45 4B 13 5 3D 32
Octal 316 100 63 0 105 113 23 5 75 62
Binary 11001110 1000000 110011 0 1000101 1001011 10011 101 111101 110010

Color Harmonies of #CE4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4033

Black with #CE4033

Text Example


Text Example

White with #CE4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4033; }

 p { color: rgb(206,64,51); }

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

background-color css

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

 a { background-color: rgb(206,64,51); }

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

border-color css

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

 span { border-color: rgb(206,64,51); }

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