Html Css Color HEX #EA221C Scarlet

📋 copy color: '#EA221C'

red 234 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #EA221C

Tints of Scarlet #EA221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 79.05%
G = 11.49%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA221C (or 0xEA221C) is known color: Scarlet. HEX triplet: EA, 22 and 1C. RGB value is (234,34,28). Sum of RGB (Red+Green+Blue) = 234+34+28=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA221C is #15DDE3. Grayscale: #5D5D5D. Windows color (decimal): -1433060 or 1843946. OLE color: 1843946.

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

Color convert

RGB 234 34 28 -
CMYK 0 0.85 0.88 0.08
HSL 1.75º 0.83% 0.51% -
HSV(B) 1.75º 0.88% 0.92% -
XYZ 34.71 18.72 2.88 -
YUV 93.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 234 34 28 0 0.85 0.88 0.08 1.75 0.83 0.51
Hex EA 22 1C 0 55 58 8 2 53 33
Octal 352 42 34 0 125 130 10 2 123 63
Binary 11101010 100010 11100 0 1010101 1011000 1000 10 1010011 110011

Color Harmonies of #EA221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA221C

Black with #EA221C

Text Example


Text Example

White with #EA221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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