Html Css Color HEX #EA1607 Scarlet

📋 copy color: '#EA1607'

red 234 ◦ green 22 ◦ blue 7

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

Shades of Scarlet #EA1607

Tints of Scarlet #EA1607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 88.97%
G = 8.37%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1607 (or 0xEA1607) is known color: Scarlet. HEX triplet: EA, 16 and 07. RGB value is (234,22,7). Sum of RGB (Red+Green+Blue) = 234+22+7=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1607 is #15E9F8. Grayscale: #535353. Windows color (decimal): -1436153 or 464618. OLE color: 464618.

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

Color convert

RGB 234 22 7 -
CMYK 0 0.91 0.97 0.08
HSL 3.96º 0.94% 0.47% -
HSV(B) 3.96º 0.97% 0.92% -
XYZ 34.26 18.08 1.89 -
YUV 83.68 84.74 235.22 -
System Red Green Blue C M Y K H S L
Decimal 234 22 7 0 0.91 0.97 0.08 3.96 0.94 0.47
Hex EA 16 7 0 5B 61 8 4 5E 2F
Octal 352 26 7 0 133 141 10 4 136 57
Binary 11101010 10110 111 0 1011011 1100001 1000 100 1011110 101111

Color Harmonies of #EA1607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1607

Black with #EA1607

Text Example


Text Example

White with #EA1607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1607; }

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

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

background-color css

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

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

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

border-color css

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

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

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