Html Css Color HEX #EA210F Scarlet

📋 copy color: '#EA210F'

red 234 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #EA210F

Tints of Scarlet #EA210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 82.98%
G = 11.7%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA210F (or 0xEA210F) is known color: Scarlet. HEX triplet: EA, 21 and 0F. RGB value is (234,33,15). Sum of RGB (Red+Green+Blue) = 234+33+15=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA210F is #15DEF0. Grayscale: #5B5B5B. Windows color (decimal): -1433329 or 991722. OLE color: 991722.

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

Color convert

RGB 234 33 15 -
CMYK 0 0.86 0.94 0.08
HSL 4.93º 0.88% 0.49% -
HSV(B) 4.93º 0.94% 0.92% -
XYZ 34.56 18.61 2.22 -
YUV 91.05 85.09 229.96 -
System Red Green Blue C M Y K H S L
Decimal 234 33 15 0 0.86 0.94 0.08 4.93 0.88 0.49
Hex EA 21 F 0 56 5E 8 5 58 31
Octal 352 41 17 0 126 136 10 5 130 61
Binary 11101010 100001 1111 0 1010110 1011110 1000 101 1011000 110001

Color Harmonies of #EA210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA210F

Black with #EA210F

Text Example


Text Example

White with #EA210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA210F; }

 p { color: rgb(234,33,15); }

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

background-color css

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

 a { background-color: rgb(234,33,15); }

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

border-color css

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

 span { border-color: rgb(234,33,15); }

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