Html Css Color HEX #EA2B0E Scarlet

📋 copy color: '#EA2B0E'

red 234 ◦ green 43 ◦ blue 14

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

Shades of Scarlet #EA2B0E

Tints of Scarlet #EA2B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 80.41%
G = 14.78%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA2B0E (or 0xEA2B0E) is known color: Scarlet. HEX triplet: EA, 2B and 0E. RGB value is (234,43,14). Sum of RGB (Red+Green+Blue) = 234+43+14=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B0E is #15D4F1. Grayscale: #616161. Windows color (decimal): -1430770 or 928746. OLE color: 928746.

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

Color convert

RGB 234 43 14 -
CMYK 0 0.82 0.94 0.08
HSL 7.91º 0.89% 0.49% -
HSV(B) 7.91º 0.94% 0.92% -
XYZ 34.87 19.25 2.29 -
YUV 96.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 234 43 14 0 0.82 0.94 0.08 7.91 0.89 0.49
Hex EA 2B E 0 52 5E 8 8 59 31
Octal 352 53 16 0 122 136 10 10 131 61
Binary 11101010 101011 1110 0 1010010 1011110 1000 1000 1011001 110001

Color Harmonies of #EA2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B0E

Black with #EA2B0E

Text Example


Text Example

White with #EA2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B0E; }

 p { color: rgb(234,43,14); }

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

background-color css

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

 a { background-color: rgb(234,43,14); }

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

border-color css

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

 span { border-color: rgb(234,43,14); }

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