Html Css Color HEX #EA210D Scarlet

📋 copy color: '#EA210D'

red 234 ◦ green 33 ◦ blue 13

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

Shades of Scarlet #EA210D

Tints of Scarlet #EA210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 83.57%
G = 11.79%
B = 4.64%

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

#EA210D (or 0xEA210D) is known color: Scarlet. HEX triplet: EA, 21 and 0D. RGB value is (234,33,13). Sum of RGB (Red+Green+Blue) = 234+33+13=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA210D is #15DEF2. Grayscale: #5B5B5B. Windows color (decimal): -1433331 or 860650. OLE color: 860650.

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

Color convert

RGB 234 33 13 -
CMYK 0 0.86 0.94 0.08
HSL 5.43º 0.89% 0.48% -
HSV(B) 5.43º 0.94% 0.92% -
XYZ 34.55 18.61 2.15 -
YUV 90.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 234 33 13 0 0.86 0.94 0.08 5.43 0.89 0.48
Hex EA 21 D 0 56 5E 8 5 59 30
Octal 352 41 15 0 126 136 10 5 131 60
Binary 11101010 100001 1101 0 1010110 1011110 1000 101 1011001 110000

Color Harmonies of #EA210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA210D

Black with #EA210D

Text Example


Text Example

White with #EA210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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