Html Css Color HEX #EA311F Cinnabar

📋 copy color: '#EA311F'

red 234 ◦ green 49 ◦ blue 31

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

Shades of Cinnabar #EA311F

Tints of Cinnabar #EA311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 74.52%
G = 15.61%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA311F (or 0xEA311F) is known color: Cinnabar. HEX triplet: EA, 31 and 1F. RGB value is (234,49,31). Sum of RGB (Red+Green+Blue) = 234+49+31=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA311F is #15CEE0. Grayscale: #666666. Windows color (decimal): -1429217 or 2044394. OLE color: 2044394.

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

Color convert

RGB 234 49 31 -
CMYK 0 0.79 0.87 0.08
HSL 5.32º 0.83% 0.52% -
HSV(B) 5.32º 0.87% 0.92% -
XYZ 35.28 19.79 3.26 -
YUV 102.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 234 49 31 0 0.79 0.87 0.08 5.32 0.83 0.52
Hex EA 31 1F 0 4F 57 8 5 53 34
Octal 352 61 37 0 117 127 10 5 123 64
Binary 11101010 110001 11111 0 1001111 1010111 1000 101 1010011 110100

Color Harmonies of #EA311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA311F

Black with #EA311F

Text Example


Text Example

White with #EA311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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