Html Css Color HEX #EA1E16 Scarlet

📋 copy color: '#EA1E16'

red 234 ◦ green 30 ◦ blue 22

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

Shades of Scarlet #EA1E16

Tints of Scarlet #EA1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 81.82%
G = 10.49%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA1E16 (or 0xEA1E16) is known color: Scarlet. HEX triplet: EA, 1E and 16. RGB value is (234,30,22). Sum of RGB (Red+Green+Blue) = 234+30+22=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1E16 is #15E1E9. Grayscale: #5A5A5A. Windows color (decimal): -1434090 or 1449706. OLE color: 1449706.

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

Color convert

RGB 234 30 22 -
CMYK 0 0.87 0.91 0.08
HSL 2.26º 0.83% 0.5% -
HSV(B) 2.26º 0.91% 0.92% -
XYZ 34.54 18.48 2.51 -
YUV 90.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 234 30 22 0 0.87 0.91 0.08 2.26 0.83 0.5
Hex EA 1E 16 0 57 5B 8 2 53 32
Octal 352 36 26 0 127 133 10 2 123 62
Binary 11101010 11110 10110 0 1010111 1011011 1000 10 1010011 110010

Color Harmonies of #EA1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E16

Black with #EA1E16

Text Example


Text Example

White with #EA1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E16; }

 p { color: rgb(234,30,22); }

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

background-color css

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

 a { background-color: rgb(234,30,22); }

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

border-color css

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

 span { border-color: rgb(234,30,22); }

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