Html Css Color HEX #EB2511 Scarlet

📋 copy color: '#EB2511'

red 235 ◦ green 37 ◦ blue 17

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

Shades of Scarlet #EB2511

Tints of Scarlet #EB2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 81.31%
G = 12.8%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB2511 (or 0xEB2511) is known color: Scarlet. HEX triplet: EB, 25 and 11. RGB value is (235,37,17). Sum of RGB (Red+Green+Blue) = 235+37+17=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2511 is #14DAEE. Grayscale: #5E5E5E. Windows color (decimal): -1366767 or 1123819. OLE color: 1123819.

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

Color convert

RGB 235 37 17 -
CMYK 0 0.84 0.93 0.08
HSL 5.5º 0.87% 0.49% -
HSV(B) 5.5º 0.93% 0.92% -
XYZ 35.02 19.03 2.36 -
YUV 93.92 84.6 228.63 -
System Red Green Blue C M Y K H S L
Decimal 235 37 17 0 0.84 0.93 0.08 5.5 0.87 0.49
Hex EB 25 11 0 54 5D 8 6 57 31
Octal 353 45 21 0 124 135 10 6 127 61
Binary 11101011 100101 10001 0 1010100 1011101 1000 110 1010111 110001

Color Harmonies of #EB2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2511

Black with #EB2511

Text Example


Text Example

White with #EB2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2511; }

 p { color: rgb(235,37,17); }

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

background-color css

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

 a { background-color: rgb(235,37,17); }

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

border-color css

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

 span { border-color: rgb(235,37,17); }

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