Html Css Color HEX #EA1302 Scarlet

📋 copy color: '#EA1302'

red 234 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #EA1302

Tints of Scarlet #EA1302

RGB

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

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

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

R = 91.76%
G = 7.45%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA1302 (or 0xEA1302) is known color: Scarlet. HEX triplet: EA, 13 and 02. RGB value is (234,19,2). Sum of RGB (Red+Green+Blue) = 234+19+2=255 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.76% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1302 is #15ECFD. Grayscale: #515151. Windows color (decimal): -1436926 or 136170. OLE color: 136170.

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

Color convert

RGB 234 19 2 -
CMYK 0 0.92 0.99 0.08
HSL 4.4º 0.98% 0.46% -
HSV(B) 4.4º 0.99% 0.92% -
XYZ 34.18 17.96 1.72 -
YUV 81.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 234 19 2 0 0.92 0.99 0.08 4.4 0.98 0.46
Hex EA 13 2 0 5C 63 8 4 62 2E
Octal 352 23 2 0 134 143 10 4 142 56
Binary 11101010 10011 10 0 1011100 1100011 1000 100 1100010 101110

Color Harmonies of #EA1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1302

Black with #EA1302

Text Example


Text Example

White with #EA1302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1302; }

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

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

background-color css

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

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

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

border-color css

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

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

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