Html Css Color HEX #EA1902 Scarlet

📋 copy color: '#EA1902'

red 234 ◦ green 25 ◦ blue 2

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

Shades of Scarlet #EA1902

Tints of Scarlet #EA1902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 89.66%
G = 9.58%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA1902 (or 0xEA1902) is known color: Scarlet. HEX triplet: EA, 19 and 02. RGB value is (234,25,2). Sum of RGB (Red+Green+Blue) = 234+25+2=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1902 is #15E6FD. Grayscale: #555555. Windows color (decimal): -1435390 or 137706. OLE color: 137706.

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

Color convert

RGB 234 25 2 -
CMYK 0 0.89 0.99 0.08
HSL 5.95º 0.98% 0.46% -
HSV(B) 5.95º 0.99% 0.92% -
XYZ 34.29 18.19 1.76 -
YUV 84.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 234 25 2 0 0.89 0.99 0.08 5.95 0.98 0.46
Hex EA 19 2 0 59 63 8 6 62 2E
Octal 352 31 2 0 131 143 10 6 142 56
Binary 11101010 11001 10 0 1011001 1100011 1000 110 1100010 101110

Color Harmonies of #EA1902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1902

Black with #EA1902

Text Example


Text Example

White with #EA1902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1902; }

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

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

background-color css

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

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

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

border-color css

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

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

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