Html Css Color HEX #CE392A Persian Red

📋 copy color: '#CE392A'

red 206 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #CE392A

Tints of Persian Red #CE392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 67.54%
G = 18.69%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE392A (or 0xCE392A) is known color: Persian Red. HEX triplet: CE, 39 and 2A. RGB value is (206,57,42). Sum of RGB (Red+Green+Blue) = 206+57+42=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE392A is #31C6D5. Grayscale: #646464. Windows color (decimal): -3262166 or 2767310. OLE color: 2767310.

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

Color convert

RGB 206 57 42 -
CMYK 0 0.72 0.80 0.19
HSL 5.49º 0.66% 0.49% -
HSV(B) 5.49º 0.8% 0.81% -
XYZ 27.33 16.22 3.88 -
YUV 99.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 206 57 42 0 0.72 0.80 0.19 5.49 0.66 0.49
Hex CE 39 2A 0 48 50 13 5 42 31
Octal 316 71 52 0 110 120 23 5 102 61
Binary 11001110 111001 101010 0 1001000 1010000 10011 101 1000010 110001

Color Harmonies of #CE392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE392A

Black with #CE392A

Text Example


Text Example

White with #CE392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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