Html Css Color HEX #E5311C Cinnabar

📋 copy color: '#E5311C'

red 229 ◦ green 49 ◦ blue 28

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

Shades of Cinnabar #E5311C

Tints of Cinnabar #E5311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 74.84%
G = 16.01%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5311C (or 0xE5311C) is known color: Cinnabar. HEX triplet: E5, 31 and 1C. RGB value is (229,49,28). Sum of RGB (Red+Green+Blue) = 229+49+28=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5311C is #1ACEE3. Grayscale: #646464. Windows color (decimal): -1756900 or 1847781. OLE color: 1847781.

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

Color convert

RGB 229 49 28 -
CMYK 0 0.79 0.88 0.10
HSL 6.27º 0.79% 0.5% -
HSV(B) 6.27º 0.88% 0.9% -
XYZ 33.62 18.94 2.98 -
YUV 100.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 229 49 28 0 0.79 0.88 0.10 6.27 0.79 0.5
Hex E5 31 1C 0 4F 58 A 6 4F 32
Octal 345 61 34 0 117 130 12 6 117 62
Binary 11100101 110001 11100 0 1001111 1011000 1010 110 1001111 110010

Color Harmonies of #E5311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5311C

Black with #E5311C

Text Example


Text Example

White with #E5311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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