Html Css Color HEX #EA2E17 Scarlet

📋 copy color: '#EA2E17'

red 234 ◦ green 46 ◦ blue 23

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

Shades of Scarlet #EA2E17

Tints of Scarlet #EA2E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 23 (9.38% from 255) = 7.59%

R = 77.23%
G = 15.18%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2E17 (or 0xEA2E17) is known color: Scarlet. HEX triplet: EA, 2E and 17. RGB value is (234,46,23). Sum of RGB (Red+Green+Blue) = 234+46+23=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2E17 is #15D1E8. Grayscale: #636363. Windows color (decimal): -1429993 or 1519338. OLE color: 1519338.

HSL color Cylindrical-coordinate representation of color #EA2E17: hue angle of 6.54º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA2E17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 46 23 -
CMYK 0 0.80 0.90 0.08
HSL 6.54º 0.83% 0.5% -
HSV(B) 6.54º 0.9% 0.92% -
XYZ 35.06 19.51 2.73 -
YUV 99.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 234 46 23 0 0.80 0.90 0.08 6.54 0.83 0.5
Hex EA 2E 17 0 50 5A 8 7 53 32
Octal 352 56 27 0 120 132 10 7 123 62
Binary 11101010 101110 10111 0 1010000 1011010 1000 111 1010011 110010

Color Harmonies of #EA2E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E17

Black with #EA2E17

Text Example


Text Example

White with #EA2E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E17; }

 p { color: rgb(234,46,23); }

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

background-color css

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

 a { background-color: rgb(234,46,23); }

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

border-color css

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

 span { border-color: rgb(234,46,23); }

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