Html Css Color HEX #CE3927 Persian Red

📋 copy color: '#CE3927'

red 206 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #CE3927

Tints of Persian Red #CE3927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 68.21%
G = 18.87%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3927 (or 0xCE3927) is known color: Persian Red. HEX triplet: CE, 39 and 27. RGB value is (206,57,39). Sum of RGB (Red+Green+Blue) = 206+57+39=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3927 is #31C6D8. Grayscale: #636363. Windows color (decimal): -3262169 or 2570702. OLE color: 2570702.

HSL color Cylindrical-coordinate representation of color #CE3927: hue angle of 6.47º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE3927 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 39 -
CMYK 0 0.72 0.81 0.19
HSL 6.47º 0.68% 0.48% -
HSV(B) 6.47º 0.81% 0.81% -
XYZ 27.28 16.19 3.61 -
YUV 99.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 206 57 39 0 0.72 0.81 0.19 6.47 0.68 0.48
Hex CE 39 27 0 48 51 13 6 44 30
Octal 316 71 47 0 110 121 23 6 104 60
Binary 11001110 111001 100111 0 1001000 1010001 10011 110 1000100 110000

Color Harmonies of #CE3927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3927

Black with #CE3927

Text Example


Text Example

White with #CE3927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3927; }

 p { color: rgb(206,57,39); }

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

background-color css

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

 a { background-color: rgb(206,57,39); }

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

border-color css

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

 span { border-color: rgb(206,57,39); }

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