Html Css Color HEX #EA1702 Scarlet

📋 copy color: '#EA1702'

red 234 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #EA1702

Tints of Scarlet #EA1702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 90.35%
G = 8.88%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA1702 (or 0xEA1702) is known color: Scarlet. HEX triplet: EA, 17 and 02. RGB value is (234,23,2). Sum of RGB (Red+Green+Blue) = 234+23+2=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1702 is #15E8FD. Grayscale: #535353. Windows color (decimal): -1435902 or 137194. OLE color: 137194.

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

Color convert

RGB 234 23 2 -
CMYK 0 0.90 0.99 0.08
HSL 5.43º 0.98% 0.46% -
HSV(B) 5.43º 0.99% 0.92% -
XYZ 34.25 18.11 1.75 -
YUV 83.7 81.9 235.21 -
System Red Green Blue C M Y K H S L
Decimal 234 23 2 0 0.90 0.99 0.08 5.43 0.98 0.46
Hex EA 17 2 0 5A 63 8 5 62 2E
Octal 352 27 2 0 132 143 10 5 142 56
Binary 11101010 10111 10 0 1011010 1100011 1000 101 1100010 101110

Color Harmonies of #EA1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1702

Black with #EA1702

Text Example


Text Example

White with #EA1702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1702; }

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

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

background-color css

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

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

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

border-color css

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

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

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