Html Css Color HEX #EB2010 Scarlet

📋 copy color: '#EB2010'

red 235 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #EB2010

Tints of Scarlet #EB2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 83.04%
G = 11.31%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB2010 (or 0xEB2010) is known color: Scarlet. HEX triplet: EB, 20 and 10. RGB value is (235,32,16). Sum of RGB (Red+Green+Blue) = 235+32+16=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2010 is #14DFEF. Grayscale: #5B5B5B. Windows color (decimal): -1368048 or 1057003. OLE color: 1057003.

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

Color convert

RGB 235 32 16 -
CMYK 0 0.86 0.93 0.08
HSL 4.38º 0.87% 0.49% -
HSV(B) 4.38º 0.93% 0.92% -
XYZ 34.87 18.73 2.27 -
YUV 90.87 85.75 230.8 -
System Red Green Blue C M Y K H S L
Decimal 235 32 16 0 0.86 0.93 0.08 4.38 0.87 0.49
Hex EB 20 10 0 56 5D 8 4 57 31
Octal 353 40 20 0 126 135 10 4 127 61
Binary 11101011 100000 10000 0 1010110 1011101 1000 100 1010111 110001

Color Harmonies of #EB2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2010

Black with #EB2010

Text Example


Text Example

White with #EB2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2010; }

 p { color: rgb(235,32,16); }

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

background-color css

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

 a { background-color: rgb(235,32,16); }

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

border-color css

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

 span { border-color: rgb(235,32,16); }

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