Html Css Color HEX #EA1505 Scarlet

📋 copy color: '#EA1505'

red 234 ◦ green 21 ◦ blue 5

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

Shades of Scarlet #EA1505

Tints of Scarlet #EA1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 90%
G = 8.08%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA1505 (or 0xEA1505) is known color: Scarlet. HEX triplet: EA, 15 and 05. RGB value is (234,21,5). Sum of RGB (Red+Green+Blue) = 234+21+5=260 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1505 is #15EAFA. Grayscale: #535353. Windows color (decimal): -1436411 or 333290. OLE color: 333290.

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

Color convert

RGB 234 21 5 -
CMYK 0 0.91 0.98 0.08
HSL 4.19º 0.96% 0.47% -
HSV(B) 4.19º 0.98% 0.92% -
XYZ 34.23 18.04 1.82 -
YUV 82.86 84.07 235.8 -
System Red Green Blue C M Y K H S L
Decimal 234 21 5 0 0.91 0.98 0.08 4.19 0.96 0.47
Hex EA 15 5 0 5B 62 8 4 60 2F
Octal 352 25 5 0 133 142 10 4 140 57
Binary 11101010 10101 101 0 1011011 1100010 1000 100 1100000 101111

Color Harmonies of #EA1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1505

Black with #EA1505

Text Example


Text Example

White with #EA1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1505; }

 p { color: rgb(234,21,5); }

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

background-color css

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

 a { background-color: rgb(234,21,5); }

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

border-color css

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

 span { border-color: rgb(234,21,5); }

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