Html Css Color HEX #EB2915 Scarlet

📋 copy color: '#EB2915'

red 235 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #EB2915

Tints of Scarlet #EB2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 79.12%
G = 13.8%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2915 (or 0xEB2915) is known color: Scarlet. HEX triplet: EB, 29 and 15. RGB value is (235,41,21). Sum of RGB (Red+Green+Blue) = 235+41+21=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2915 is #14D6EA. Grayscale: #616161. Windows color (decimal): -1365739 or 1386987. OLE color: 1386987.

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

Color convert

RGB 235 41 21 -
CMYK 0 0.83 0.91 0.08
HSL 5.61º 0.84% 0.5% -
HSV(B) 5.61º 0.91% 0.92% -
XYZ 35.19 19.3 2.58 -
YUV 96.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 235 41 21 0 0.83 0.91 0.08 5.61 0.84 0.5
Hex EB 29 15 0 53 5B 8 6 54 32
Octal 353 51 25 0 123 133 10 6 124 62
Binary 11101011 101001 10101 0 1010011 1011011 1000 110 1010100 110010

Color Harmonies of #EB2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2915

Black with #EB2915

Text Example


Text Example

White with #EB2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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