Html Css Color HEX #EA311D Cinnabar

📋 copy color: '#EA311D'

red 234 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #EA311D

Tints of Cinnabar #EA311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 75%
G = 15.71%
B = 9.29%

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

#EA311D (or 0xEA311D) is known color: Cinnabar. HEX triplet: EA, 31 and 1D. RGB value is (234,49,29). Sum of RGB (Red+Green+Blue) = 234+49+29=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA311D is #15CEE2. Grayscale: #666666. Windows color (decimal): -1429219 or 1913322. OLE color: 1913322.

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

Color convert

RGB 234 49 29 -
CMYK 0 0.79 0.88 0.08
HSL 5.85º 0.83% 0.52% -
HSV(B) 5.85º 0.88% 0.92% -
XYZ 35.25 19.78 3.12 -
YUV 102.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 234 49 29 0 0.79 0.88 0.08 5.85 0.83 0.52
Hex EA 31 1D 0 4F 58 8 6 53 34
Octal 352 61 35 0 117 130 10 6 123 64
Binary 11101010 110001 11101 0 1001111 1011000 1000 110 1010011 110100

Color Harmonies of #EA311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA311D

Black with #EA311D

Text Example


Text Example

White with #EA311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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