Html Css Color HEX #EB1C11 Scarlet

📋 copy color: '#EB1C11'

red 235 ◦ green 28 ◦ blue 17

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

Shades of Scarlet #EB1C11

Tints of Scarlet #EB1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 83.93%
G = 10%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB1C11 (or 0xEB1C11) is known color: Scarlet. HEX triplet: EB, 1C and 11. RGB value is (235,28,17). Sum of RGB (Red+Green+Blue) = 235+28+17=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1C11 is #14E3EE. Grayscale: #585858. Windows color (decimal): -1369071 or 1121515. OLE color: 1121515.

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

Color convert

RGB 235 28 17 -
CMYK 0 0.88 0.93 0.08
HSL 3.03º 0.87% 0.49% -
HSV(B) 3.03º 0.93% 0.92% -
XYZ 34.78 18.53 2.27 -
YUV 88.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 235 28 17 0 0.88 0.93 0.08 3.03 0.87 0.49
Hex EB 1C 11 0 58 5D 8 3 57 31
Octal 353 34 21 0 130 135 10 3 127 61
Binary 11101011 11100 10001 0 1011000 1011101 1000 11 1010111 110001

Color Harmonies of #EB1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C11

Black with #EB1C11

Text Example


Text Example

White with #EB1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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