Html Css Color HEX #EA1700 Scarlet

📋 copy color: '#EA1700'

red 234 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #EA1700

Tints of Scarlet #EA1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.05%
G = 8.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA1700 (or 0xEA1700) is known color: Scarlet. HEX triplet: EA, 17 and 00. RGB value is (234,23,0). Sum of RGB (Red+Green+Blue) = 234+23+0=257 (34% of max value = 765). Red value is 234 (91.80% from 255 or 91.05% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1700 is #15E8FF. Grayscale: #535353. Windows color (decimal): -1435904 or 6122. OLE color: 6122.

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

Color convert

RGB 234 23 0 -
CMYK 0 0.90 1 0.08
HSL 5.9º 1% 0.46% -
HSV(B) 5.9º 1% 0.92% -
XYZ 34.24 18.11 1.69 -
YUV 83.47 80.9 235.37 -
System Red Green Blue C M Y K H S L
Decimal 234 23 0 0 0.90 1 0.08 5.9 1 0.46
Hex EA 17 0 0 5A 64 8 6 64 2E
Octal 352 27 0 0 132 144 10 6 144 56
Binary 11101010 10111 0 0 1011010 1100100 1000 110 1100100 101110

Color Harmonies of #EA1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1700

Black with #EA1700

Text Example


Text Example

White with #EA1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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