Html Css Color HEX #EA1405 Scarlet

📋 copy color: '#EA1405'

red 234 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #EA1405

Tints of Scarlet #EA1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 90.35%
G = 7.72%
B = 1.93%

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

#EA1405 (or 0xEA1405) is known color: Scarlet. HEX triplet: EA, 14 and 05. RGB value is (234,20,5). Sum of RGB (Red+Green+Blue) = 234+20+5=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1405 is #15EBFA. Grayscale: #525252. Windows color (decimal): -1436667 or 333034. OLE color: 333034.

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

Color convert

RGB 234 20 5 -
CMYK 0 0.91 0.98 0.08
HSL 3.93º 0.96% 0.47% -
HSV(B) 3.93º 0.98% 0.92% -
XYZ 34.21 18 1.82 -
YUV 82.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 234 20 5 0 0.91 0.98 0.08 3.93 0.96 0.47
Hex EA 14 5 0 5B 62 8 4 60 2F
Octal 352 24 5 0 133 142 10 4 140 57
Binary 11101010 10100 101 0 1011011 1100010 1000 100 1100000 101111

Color Harmonies of #EA1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1405

Black with #EA1405

Text Example


Text Example

White with #EA1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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