Html Css Color HEX #EA513B Cinnabar

📋 copy color: '#EA513B'

red 234 ◦ green 81 ◦ blue 59

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

Shades of Cinnabar #EA513B

Tints of Cinnabar #EA513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 62.57%
G = 21.66%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA513B (or 0xEA513B) is known color: Cinnabar. HEX triplet: EA, 51 and 3B. RGB value is (234,81,59). Sum of RGB (Red+Green+Blue) = 234+81+59=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA513B is #15AEC4. Grayscale: #7C7C7C. Windows color (decimal): -1420997 or 3887594. OLE color: 3887594.

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

Color convert

RGB 234 81 59 -
CMYK 0 0.65 0.75 0.08
HSL 7.54º 0.81% 0.57% -
HSV(B) 7.54º 0.75% 0.92% -
XYZ 37.66 23.69 6.73 -
YUV 124.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 234 81 59 0 0.65 0.75 0.08 7.54 0.81 0.57
Hex EA 51 3B 0 41 4B 8 8 51 39
Octal 352 121 73 0 101 113 10 10 121 71
Binary 11101010 1010001 111011 0 1000001 1001011 1000 1000 1010001 111001

Color Harmonies of #EA513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA513B

Black with #EA513B

Text Example


Text Example

White with #EA513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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