Html Css Color HEX #EA311B Cinnabar

📋 copy color: '#EA311B'

red 234 ◦ green 49 ◦ blue 27

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

Shades of Cinnabar #EA311B

Tints of Cinnabar #EA311B

RGB

 RED value IS 234 (91.8% from 255) = 75.48%

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

 BLUE value IS 27 (10.94% from 255) = 8.71%

R = 75.48%
G = 15.81%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA311B (or 0xEA311B) is known color: Cinnabar. HEX triplet: EA, 31 and 1B. RGB value is (234,49,27). Sum of RGB (Red+Green+Blue) = 234+49+27=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA311B is #15CEE4. Grayscale: #666666. Windows color (decimal): -1429221 or 1782250. OLE color: 1782250.

HSL color Cylindrical-coordinate representation of color #EA311B: hue angle of 6.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA311B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 27 -
CMYK 0 0.79 0.88 0.08
HSL 6.38º 0.83% 0.51% -
HSV(B) 6.38º 0.88% 0.92% -
XYZ 35.23 19.77 3 -
YUV 101.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 234 49 27 0 0.79 0.88 0.08 6.38 0.83 0.51
Hex EA 31 1B 0 4F 58 8 6 53 33
Octal 352 61 33 0 117 130 10 6 123 63
Binary 11101010 110001 11011 0 1001111 1011000 1000 110 1010011 110011

Color Harmonies of #EA311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA311B

Black with #EA311B

Text Example


Text Example

White with #EA311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA311B; }

 p { color: rgb(234,49,27); }

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

background-color css

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

 a { background-color: rgb(234,49,27); }

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

border-color css

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

 span { border-color: rgb(234,49,27); }

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