Html Css Color HEX #CE4030 Persian Red

📋 copy color: '#CE4030'

red 206 ◦ green 64 ◦ blue 48

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

Shades of Persian Red #CE4030

Tints of Persian Red #CE4030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 64.78%
G = 20.13%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE4030 (or 0xCE4030) is known color: Persian Red. HEX triplet: CE, 40 and 30. RGB value is (206,64,48). Sum of RGB (Red+Green+Blue) = 206+64+48=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4030 is #31BFCF. Grayscale: #686868. Windows color (decimal): -3260368 or 3162318. OLE color: 3162318.

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

Color convert

RGB 206 64 48 -
CMYK 0 0.69 0.77 0.19
HSL 6.08º 0.62% 0.5% -
HSV(B) 6.08º 0.77% 0.81% -
XYZ 27.82 17 4.61 -
YUV 104.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 206 64 48 0 0.69 0.77 0.19 6.08 0.62 0.5
Hex CE 40 30 0 45 4D 13 6 3E 32
Octal 316 100 60 0 105 115 23 6 76 62
Binary 11001110 1000000 110000 0 1000101 1001101 10011 110 111110 110010

Color Harmonies of #CE4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4030

Black with #CE4030

Text Example


Text Example

White with #CE4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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