Html Css Color HEX #EB1D11 Scarlet

📋 copy color: '#EB1D11'

red 235 ◦ green 29 ◦ blue 17

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

Shades of Scarlet #EB1D11

Tints of Scarlet #EB1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 83.63%
G = 10.32%
B = 6.05%

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

#EB1D11 (or 0xEB1D11) is known color: Scarlet. HEX triplet: EB, 1D and 11. RGB value is (235,29,17). Sum of RGB (Red+Green+Blue) = 235+29+17=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D11 is #14E2EE. Grayscale: #595959. Windows color (decimal): -1368815 or 1121771. OLE color: 1121771.

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

Color convert

RGB 235 29 17 -
CMYK 0 0.88 0.93 0.08
HSL 3.3º 0.87% 0.49% -
HSV(B) 3.3º 0.93% 0.92% -
XYZ 34.8 18.58 2.28 -
YUV 89.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 235 29 17 0 0.88 0.93 0.08 3.3 0.87 0.49
Hex EB 1D 11 0 58 5D 8 3 57 31
Octal 353 35 21 0 130 135 10 3 127 61
Binary 11101011 11101 10001 0 1011000 1011101 1000 11 1010111 110001

Color Harmonies of #EB1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D11

Black with #EB1D11

Text Example


Text Example

White with #EB1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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