Html Css Color HEX #EB210E Scarlet

📋 copy color: '#EB210E'

red 235 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #EB210E

Tints of Scarlet #EB210E

RGB

 RED value IS 235 (92.19% from 255) = 83.33%

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

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 83.33%
G = 11.7%
B = 4.96%

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

#EB210E (or 0xEB210E) is known color: Scarlet. HEX triplet: EB, 21 and 0E. RGB value is (235,33,14). Sum of RGB (Red+Green+Blue) = 235+33+14=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB210E is #14DEF1. Grayscale: #5B5B5B. Windows color (decimal): -1367794 or 926187. OLE color: 926187.

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

Color convert

RGB 235 33 14 -
CMYK 0 0.86 0.94 0.08
HSL 5.16º 0.89% 0.49% -
HSV(B) 5.16º 0.94% 0.92% -
XYZ 34.88 18.78 2.2 -
YUV 91.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 235 33 14 0 0.86 0.94 0.08 5.16 0.89 0.49
Hex EB 21 E 0 56 5E 8 5 59 31
Octal 353 41 16 0 126 136 10 5 131 61
Binary 11101011 100001 1110 0 1010110 1011110 1000 101 1011001 110001

Color Harmonies of #EB210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB210E

Black with #EB210E

Text Example


Text Example

White with #EB210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB210E; }

 p { color: rgb(235,33,14); }

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

background-color css

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

 a { background-color: rgb(235,33,14); }

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

border-color css

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

 span { border-color: rgb(235,33,14); }

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