Html Css Color HEX #EA1304 Scarlet

📋 copy color: '#EA1304'

red 234 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #EA1304

Tints of Scarlet #EA1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 91.05%
G = 7.39%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA1304 (or 0xEA1304) is known color: Scarlet. HEX triplet: EA, 13 and 04. RGB value is (234,19,4). Sum of RGB (Red+Green+Blue) = 234+19+4=257 (34% of max value = 765). Red value is 234 (91.80% from 255 or 91.05% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1304 is #15ECFB. Grayscale: #515151. Windows color (decimal): -1436924 or 267242. OLE color: 267242.

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

Color convert

RGB 234 19 4 -
CMYK 0 0.92 0.98 0.08
HSL 3.91º 0.97% 0.47% -
HSV(B) 3.91º 0.98% 0.92% -
XYZ 34.19 17.97 1.78 -
YUV 81.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 234 19 4 0 0.92 0.98 0.08 3.91 0.97 0.47
Hex EA 13 4 0 5C 62 8 4 61 2F
Octal 352 23 4 0 134 142 10 4 141 57
Binary 11101010 10011 100 0 1011100 1100010 1000 100 1100001 101111

Color Harmonies of #EA1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1304

Black with #EA1304

Text Example


Text Example

White with #EA1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1304; }

 p { color: rgb(234,19,4); }

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

background-color css

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

 a { background-color: rgb(234,19,4); }

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

border-color css

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

 span { border-color: rgb(234,19,4); }

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