Html Css Color HEX #EB2115 Scarlet

📋 copy color: '#EB2115'

red 235 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #EB2115

Tints of Scarlet #EB2115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 81.31%
G = 11.42%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2115 (or 0xEB2115) is known color: Scarlet. HEX triplet: EB, 21 and 15. RGB value is (235,33,21). Sum of RGB (Red+Green+Blue) = 235+33+21=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2115 is #14DEEA. Grayscale: #5C5C5C. Windows color (decimal): -1367787 or 1384939. OLE color: 1384939.

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

Color convert

RGB 235 33 21 -
CMYK 0 0.86 0.91 0.08
HSL 3.36º 0.84% 0.5% -
HSV(B) 3.36º 0.91% 0.92% -
XYZ 34.94 18.8 2.5 -
YUV 92.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 235 33 21 0 0.86 0.91 0.08 3.36 0.84 0.5
Hex EB 21 15 0 56 5B 8 3 54 32
Octal 353 41 25 0 126 133 10 3 124 62
Binary 11101011 100001 10101 0 1010110 1011011 1000 11 1010100 110010

Color Harmonies of #EB2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2115

Black with #EB2115

Text Example


Text Example

White with #EB2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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