Html Css Color HEX #E0312E Cinnabar

📋 copy color: '#E0312E'

red 224 ◦ green 49 ◦ blue 46

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

Shades of Cinnabar #E0312E

Tints of Cinnabar #E0312E

RGB

 RED value IS 224 (87.89% from 255) = 70.22%

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 70.22%
G = 15.36%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0312E (or 0xE0312E) is known color: Cinnabar. HEX triplet: E0, 31 and 2E. RGB value is (224,49,46). Sum of RGB (Red+Green+Blue) = 224+49+46=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0312E is #1FCED1. Grayscale: #656565. Windows color (decimal): -2084562 or 3027424. OLE color: 3027424.

HSL color Cylindrical-coordinate representation of color #E0312E: hue angle of 1.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0312E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 46 -
CMYK 0 0.78 0.79 0.12
HSL 1.01º 0.74% 0.53% -
HSV(B) 1.01º 0.79% 0.88% -
XYZ 32.33 18.24 4.4 -
YUV 100.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 224 49 46 0 0.78 0.79 0.12 1.01 0.74 0.53
Hex E0 31 2E 0 4E 4F C 1 4A 35
Octal 340 61 56 0 116 117 14 1 112 65
Binary 11100000 110001 101110 0 1001110 1001111 1100 1 1001010 110101

Color Harmonies of #E0312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0312E

Black with #E0312E

Text Example


Text Example

White with #E0312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0312E; }

 p { color: rgb(224,49,46); }

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

background-color css

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

 a { background-color: rgb(224,49,46); }

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

border-color css

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

 span { border-color: rgb(224,49,46); }

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