Html Css Color HEX #EB2015 Scarlet

📋 copy color: '#EB2015'

red 235 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #EB2015

Tints of Scarlet #EB2015

RGB

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

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

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

R = 81.6%
G = 11.11%
B = 7.29%

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

#EB2015 (or 0xEB2015) is known color: Scarlet. HEX triplet: EB, 20 and 15. RGB value is (235,32,21). Sum of RGB (Red+Green+Blue) = 235+32+21=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2015 is #14DFEA. Grayscale: #5B5B5B. Windows color (decimal): -1368043 or 1384683. OLE color: 1384683.

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

Color convert

RGB 235 32 21 -
CMYK 0 0.86 0.91 0.08
HSL 3.08º 0.84% 0.5% -
HSV(B) 3.08º 0.91% 0.92% -
XYZ 34.91 18.75 2.49 -
YUV 91.44 88.25 230.39 -
System Red Green Blue C M Y K H S L
Decimal 235 32 21 0 0.86 0.91 0.08 3.08 0.84 0.5
Hex EB 20 15 0 56 5B 8 3 54 32
Octal 353 40 25 0 126 133 10 3 124 62
Binary 11101011 100000 10101 0 1010110 1011011 1000 11 1010100 110010

Color Harmonies of #EB2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2015

Black with #EB2015

Text Example


Text Example

White with #EB2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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