Html Css Color HEX #EA221E Scarlet

📋 copy color: '#EA221E'

red 234 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #EA221E

Tints of Scarlet #EA221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 78.52%
G = 11.41%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA221E (or 0xEA221E) is known color: Scarlet. HEX triplet: EA, 22 and 1E. RGB value is (234,34,30). Sum of RGB (Red+Green+Blue) = 234+34+30=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA221E is #15DDE1. Grayscale: #5D5D5D. Windows color (decimal): -1433058 or 1975018. OLE color: 1975018.

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

Color convert

RGB 234 34 30 -
CMYK 0 0.85 0.87 0.08
HSL 1.18º 0.83% 0.52% -
HSV(B) 1.18º 0.87% 0.92% -
XYZ 34.74 18.73 3.01 -
YUV 93.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 234 34 30 0 0.85 0.87 0.08 1.18 0.83 0.52
Hex EA 22 1E 0 55 57 8 1 53 34
Octal 352 42 36 0 125 127 10 1 123 64
Binary 11101010 100010 11110 0 1010101 1010111 1000 1 1010011 110100

Color Harmonies of #EA221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA221E

Black with #EA221E

Text Example


Text Example

White with #EA221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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