Html Css Color HEX #EA2617 Scarlet

📋 copy color: '#EA2617'

red 234 ◦ green 38 ◦ blue 23

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

Shades of Scarlet #EA2617

Tints of Scarlet #EA2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 79.32%
G = 12.88%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2617 (or 0xEA2617) is known color: Scarlet. HEX triplet: EA, 26 and 17. RGB value is (234,38,23). Sum of RGB (Red+Green+Blue) = 234+38+23=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2617 is #15D9E8. Grayscale: #5F5F5F. Windows color (decimal): -1432041 or 1517290. OLE color: 1517290.

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

Color convert

RGB 234 38 23 -
CMYK 0 0.84 0.90 0.08
HSL 4.27º 0.83% 0.5% -
HSV(B) 4.27º 0.9% 0.92% -
XYZ 34.78 18.94 2.63 -
YUV 94.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 234 38 23 0 0.84 0.90 0.08 4.27 0.83 0.5
Hex EA 26 17 0 54 5A 8 4 53 32
Octal 352 46 27 0 124 132 10 4 123 62
Binary 11101010 100110 10111 0 1010100 1011010 1000 100 1010011 110010

Color Harmonies of #EA2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2617

Black with #EA2617

Text Example


Text Example

White with #EA2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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