Html Css Color HEX #EA2B11 Scarlet

📋 copy color: '#EA2B11'

red 234 ◦ green 43 ◦ blue 17

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

Shades of Scarlet #EA2B11

Tints of Scarlet #EA2B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 79.59%
G = 14.63%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA2B11 (or 0xEA2B11) is known color: Scarlet. HEX triplet: EA, 2B and 11. RGB value is (234,43,17). Sum of RGB (Red+Green+Blue) = 234+43+17=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B11 is #15D4EE. Grayscale: #616161. Windows color (decimal): -1430767 or 1125354. OLE color: 1125354.

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

Color convert

RGB 234 43 17 -
CMYK 0 0.82 0.93 0.08
HSL 7.19º 0.86% 0.49% -
HSV(B) 7.19º 0.93% 0.92% -
XYZ 34.9 19.26 2.41 -
YUV 97.15 82.78 225.61 -
System Red Green Blue C M Y K H S L
Decimal 234 43 17 0 0.82 0.93 0.08 7.19 0.86 0.49
Hex EA 2B 11 0 52 5D 8 7 56 31
Octal 352 53 21 0 122 135 10 7 126 61
Binary 11101010 101011 10001 0 1010010 1011101 1000 111 1010110 110001

Color Harmonies of #EA2B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B11

Black with #EA2B11

Text Example


Text Example

White with #EA2B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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