Html Css Color HEX #EA2D17 Scarlet

📋 copy color: '#EA2D17'

red 234 ◦ green 45 ◦ blue 23

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

Shades of Scarlet #EA2D17

Tints of Scarlet #EA2D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 77.48%
G = 14.9%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2D17 (or 0xEA2D17) is known color: Scarlet. HEX triplet: EA, 2D and 17. RGB value is (234,45,23). Sum of RGB (Red+Green+Blue) = 234+45+23=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D17 is #15D2E8. Grayscale: #636363. Windows color (decimal): -1430249 or 1519082. OLE color: 1519082.

HSL color Cylindrical-coordinate representation of color #EA2D17: hue angle of 6.26º 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 #EA2D17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 23 -
CMYK 0 0.81 0.90 0.08
HSL 6.26º 0.83% 0.5% -
HSV(B) 6.26º 0.9% 0.92% -
XYZ 35.02 19.43 2.72 -
YUV 99 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 234 45 23 0 0.81 0.90 0.08 6.26 0.83 0.5
Hex EA 2D 17 0 51 5A 8 6 53 32
Octal 352 55 27 0 121 132 10 6 123 62
Binary 11101010 101101 10111 0 1010001 1011010 1000 110 1010011 110010

Color Harmonies of #EA2D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D17

Black with #EA2D17

Text Example


Text Example

White with #EA2D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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