Html Css Color HEX #EA200D Scarlet

📋 copy color: '#EA200D'

red 234 ◦ green 32 ◦ blue 13

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

Shades of Scarlet #EA200D

Tints of Scarlet #EA200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 83.87%
G = 11.47%
B = 4.66%

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

#EA200D (or 0xEA200D) is known color: Scarlet. HEX triplet: EA, 20 and 0D. RGB value is (234,32,13). Sum of RGB (Red+Green+Blue) = 234+32+13=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA200D is #15DFF2. Grayscale: #5A5A5A. Windows color (decimal): -1433587 or 860394. OLE color: 860394.

HSL color Cylindrical-coordinate representation of color #EA200D: hue angle of 5.16º 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 #EA200D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 13 -
CMYK 0 0.86 0.94 0.08
HSL 5.16º 0.89% 0.48% -
HSV(B) 5.16º 0.94% 0.92% -
XYZ 34.52 18.55 2.14 -
YUV 90.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 234 32 13 0 0.86 0.94 0.08 5.16 0.89 0.48
Hex EA 20 D 0 56 5E 8 5 59 30
Octal 352 40 15 0 126 136 10 5 131 60
Binary 11101010 100000 1101 0 1010110 1011110 1000 101 1011001 110000

Color Harmonies of #EA200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA200D

Black with #EA200D

Text Example


Text Example

White with #EA200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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