Html Css Color HEX #CE3836 Persian Red

📋 copy color: '#CE3836'

red 206 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #CE3836

Tints of Persian Red #CE3836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 65.19%
G = 17.72%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3836 (or 0xCE3836) is known color: Persian Red. HEX triplet: CE, 38 and 36. RGB value is (206,56,54). Sum of RGB (Red+Green+Blue) = 206+56+54=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3836 is #31C7C9. Grayscale: #646464. Windows color (decimal): -3262410 or 3553486. OLE color: 3553486.

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

Color convert

RGB 206 56 54 -
CMYK 0 0.73 0.74 0.19
HSL 0.79º 0.61% 0.51% -
HSV(B) 0.79º 0.74% 0.81% -
XYZ 27.53 16.22 5.17 -
YUV 100.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 206 56 54 0 0.73 0.74 0.19 0.79 0.61 0.51
Hex CE 38 36 0 49 4A 13 1 3D 33
Octal 316 70 66 0 111 112 23 1 75 63
Binary 11001110 111000 110110 0 1001001 1001010 10011 1 111101 110011

Color Harmonies of #CE3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3836

Black with #CE3836

Text Example


Text Example

White with #CE3836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3836; }

 p { color: rgb(206,56,54); }

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

background-color css

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

 a { background-color: rgb(206,56,54); }

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

border-color css

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

 span { border-color: rgb(206,56,54); }

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