Html Css Color HEX #EA2717 Scarlet

📋 copy color: '#EA2717'

red 234 ◦ green 39 ◦ blue 23

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

Shades of Scarlet #EA2717

Tints of Scarlet #EA2717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 79.05%
G = 13.18%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2717 (or 0xEA2717) is known color: Scarlet. HEX triplet: EA, 27 and 17. RGB value is (234,39,23). Sum of RGB (Red+Green+Blue) = 234+39+23=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2717 is #15D8E8. Grayscale: #5F5F5F. Windows color (decimal): -1431785 or 1517546. OLE color: 1517546.

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

Color convert

RGB 234 39 23 -
CMYK 0 0.83 0.90 0.08
HSL 4.55º 0.83% 0.5% -
HSV(B) 4.55º 0.9% 0.92% -
XYZ 34.81 19.01 2.64 -
YUV 95.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 234 39 23 0 0.83 0.90 0.08 4.55 0.83 0.5
Hex EA 27 17 0 53 5A 8 5 53 32
Octal 352 47 27 0 123 132 10 5 123 62
Binary 11101010 100111 10111 0 1010011 1011010 1000 101 1010011 110010

Color Harmonies of #EA2717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2717

Black with #EA2717

Text Example


Text Example

White with #EA2717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2717; }

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

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

background-color css

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

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

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

border-color css

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

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

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