Html Css Color HEX #E0312B Cinnabar

📋 copy color: '#E0312B'

red 224 ◦ green 49 ◦ blue 43

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

Shades of Cinnabar #E0312B

Tints of Cinnabar #E0312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 70.89%
G = 15.51%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0312B (or 0xE0312B) is known color: Cinnabar. HEX triplet: E0, 31 and 2B. RGB value is (224,49,43). Sum of RGB (Red+Green+Blue) = 224+49+43=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0312B is #1FCED4. Grayscale: #646464. Windows color (decimal): -2084565 or 2830816. OLE color: 2830816.

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

Color convert

RGB 224 49 43 -
CMYK 0 0.78 0.81 0.12
HSL 1.99º 0.74% 0.52% -
HSV(B) 1.99º 0.81% 0.88% -
XYZ 32.27 18.22 4.1 -
YUV 100.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 224 49 43 0 0.78 0.81 0.12 1.99 0.74 0.52
Hex E0 31 2B 0 4E 51 C 2 4A 34
Octal 340 61 53 0 116 121 14 2 112 64
Binary 11100000 110001 101011 0 1001110 1010001 1100 10 1001010 110100

Color Harmonies of #E0312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0312B

Black with #E0312B

Text Example


Text Example

White with #E0312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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