Html Css Color HEX #EA1807 Scarlet

📋 copy color: '#EA1807'

red 234 ◦ green 24 ◦ blue 7

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

Shades of Scarlet #EA1807

Tints of Scarlet #EA1807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 88.3%
G = 9.06%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1807 (or 0xEA1807) is known color: Scarlet. HEX triplet: EA, 18 and 07. RGB value is (234,24,7). Sum of RGB (Red+Green+Blue) = 234+24+7=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1807 is #15E7F8. Grayscale: #555555. Windows color (decimal): -1435641 or 465130. OLE color: 465130.

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

Color convert

RGB 234 24 7 -
CMYK 0 0.90 0.97 0.08
HSL 4.49º 0.94% 0.47% -
HSV(B) 4.49º 0.97% 0.92% -
XYZ 34.3 18.16 1.9 -
YUV 84.85 84.07 234.38 -
System Red Green Blue C M Y K H S L
Decimal 234 24 7 0 0.90 0.97 0.08 4.49 0.94 0.47
Hex EA 18 7 0 5A 61 8 4 5E 2F
Octal 352 30 7 0 132 141 10 4 136 57
Binary 11101010 11000 111 0 1011010 1100001 1000 100 1011110 101111

Color Harmonies of #EA1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1807

Black with #EA1807

Text Example


Text Example

White with #EA1807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1807; }

 p { color: rgb(234,24,7); }

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

background-color css

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

 a { background-color: rgb(234,24,7); }

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

border-color css

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

 span { border-color: rgb(234,24,7); }

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