Html Css Color HEX #CE392F Persian Red

📋 copy color: '#CE392F'

red 206 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #CE392F

Tints of Persian Red #CE392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 66.45%
G = 18.39%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE392F (or 0xCE392F) is known color: Persian Red. HEX triplet: CE, 39 and 2F. RGB value is (206,57,47). Sum of RGB (Red+Green+Blue) = 206+57+47=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE392F is #31C6D0. Grayscale: #646464. Windows color (decimal): -3262161 or 3094990. OLE color: 3094990.

HSL color Cylindrical-coordinate representation of color #CE392F: hue angle of 3.77º degrees, saturation: 0.63, 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 #CE392F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 47 -
CMYK 0 0.72 0.77 0.19
HSL 3.77º 0.63% 0.5% -
HSV(B) 3.77º 0.77% 0.81% -
XYZ 27.43 16.25 4.38 -
YUV 100.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 206 57 47 0 0.72 0.77 0.19 3.77 0.63 0.5
Hex CE 39 2F 0 48 4D 13 4 3F 32
Octal 316 71 57 0 110 115 23 4 77 62
Binary 11001110 111001 101111 0 1001000 1001101 10011 100 111111 110010

Color Harmonies of #CE392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE392F

Black with #CE392F

Text Example


Text Example

White with #CE392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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