Html Css Color HEX #E5311D Cinnabar

📋 copy color: '#E5311D'

red 229 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #E5311D

Tints of Cinnabar #E5311D

RGB

 RED value IS 229 (89.84% from 255) = 74.59%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 74.59%
G = 15.96%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5311D (or 0xE5311D) is known color: Cinnabar. HEX triplet: E5, 31 and 1D. RGB value is (229,49,29). Sum of RGB (Red+Green+Blue) = 229+49+29=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5311D is #1ACEE2. Grayscale: #646464. Windows color (decimal): -1756899 or 1913317. OLE color: 1913317.

HSL color Cylindrical-coordinate representation of color #E5311D: hue angle of 6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5311D is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 29 -
CMYK 0 0.79 0.87 0.10
HSL 0.79% 0.51% -
HSV(B) 0.87% 0.9% -
XYZ 33.63 18.94 3.05 -
YUV 100.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 229 49 29 0 0.79 0.87 0.10 6 0.79 0.51
Hex E5 31 1D 0 4F 57 A 6 4F 33
Octal 345 61 35 0 117 127 12 6 117 63
Binary 11100101 110001 11101 0 1001111 1010111 1010 110 1001111 110011

Color Harmonies of #E5311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5311D

Black with #E5311D

Text Example


Text Example

White with #E5311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5311D; }

 p { color: rgb(229,49,29); }

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

background-color css

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

 a { background-color: rgb(229,49,29); }

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

border-color css

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

 span { border-color: rgb(229,49,29); }

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