Html Css Color HEX #EA200B Scarlet

📋 copy color: '#EA200B'

red 234 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #EA200B

Tints of Scarlet #EA200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 84.48%
G = 11.55%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA200B (or 0xEA200B) is known color: Scarlet. HEX triplet: EA, 20 and 0B. RGB value is (234,32,11). Sum of RGB (Red+Green+Blue) = 234+32+11=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA200B is #15DFF4. Grayscale: #5A5A5A. Windows color (decimal): -1433589 or 729322. OLE color: 729322.

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

Color convert

RGB 234 32 11 -
CMYK 0 0.86 0.95 0.08
HSL 5.65º 0.91% 0.48% -
HSV(B) 5.65º 0.95% 0.92% -
XYZ 34.51 18.55 2.08 -
YUV 90 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 234 32 11 0 0.86 0.95 0.08 5.65 0.91 0.48
Hex EA 20 B 0 56 5F 8 6 5B 30
Octal 352 40 13 0 126 137 10 6 133 60
Binary 11101010 100000 1011 0 1010110 1011111 1000 110 1011011 110000

Color Harmonies of #EA200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA200B

Black with #EA200B

Text Example


Text Example

White with #EA200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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