Html Css Color HEX #EA5131 Cinnabar

📋 copy color: '#EA5131'

red 234 ◦ green 81 ◦ blue 49

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

Shades of Cinnabar #EA5131

Tints of Cinnabar #EA5131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 64.29%
G = 22.25%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA5131 (or 0xEA5131) is known color: Cinnabar. HEX triplet: EA, 51 and 31. RGB value is (234,81,49). Sum of RGB (Red+Green+Blue) = 234+81+49=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5131 is #15AECE. Grayscale: #7B7B7B. Windows color (decimal): -1421007 or 3232234. OLE color: 3232234.

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

Color convert

RGB 234 81 49 -
CMYK 0 0.65 0.79 0.08
HSL 10.38º 0.81% 0.55% -
HSV(B) 10.38º 0.79% 0.92% -
XYZ 37.43 23.6 5.49 -
YUV 123.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 234 81 49 0 0.65 0.79 0.08 10.38 0.81 0.55
Hex EA 51 31 0 41 4F 8 A 51 37
Octal 352 121 61 0 101 117 10 12 121 67
Binary 11101010 1010001 110001 0 1000001 1001111 1000 1010 1010001 110111

Color Harmonies of #EA5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5131

Black with #EA5131

Text Example


Text Example

White with #EA5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5131; }

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

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

background-color css

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

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

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

border-color css

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

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

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