Html Css Color HEX #EA5126 Cinnabar

📋 copy color: '#EA5126'

red 234 ◦ green 81 ◦ blue 38

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

Shades of Cinnabar #EA5126

Tints of Cinnabar #EA5126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 66.29%
G = 22.95%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA5126 (or 0xEA5126) is known color: Cinnabar. HEX triplet: EA, 51 and 26. RGB value is (234,81,38). Sum of RGB (Red+Green+Blue) = 234+81+38=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5126 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5126 is #15AED9. Grayscale: #7A7A7A. Windows color (decimal): -1421018 or 2511338. OLE color: 2511338.

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

Color convert

RGB 234 81 38 -
CMYK 0 0.65 0.84 0.08
HSL 13.16º 0.82% 0.53% -
HSV(B) 13.16º 0.84% 0.92% -
XYZ 37.22 23.52 4.41 -
YUV 121.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 234 81 38 0 0.65 0.84 0.08 13.16 0.82 0.53
Hex EA 51 26 0 41 54 8 D 52 35
Octal 352 121 46 0 101 124 10 15 122 65
Binary 11101010 1010001 100110 0 1000001 1010100 1000 1101 1010010 110101

Color Harmonies of #EA5126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5126

Black with #EA5126

Text Example


Text Example

White with #EA5126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5126; }

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

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

background-color css

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

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

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

border-color css

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

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

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