Html Css Color HEX #EB2E11 Scarlet

📋 copy color: '#EB2E11'

red 235 ◦ green 46 ◦ blue 17

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

Shades of Scarlet #EB2E11

Tints of Scarlet #EB2E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 78.86%
G = 15.44%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB2E11 (or 0xEB2E11) is known color: Scarlet. HEX triplet: EB, 2E and 11. RGB value is (235,46,17). Sum of RGB (Red+Green+Blue) = 235+46+17=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E11 is #14D1EE. Grayscale: #636363. Windows color (decimal): -1364463 or 1126123. OLE color: 1126123.

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

Color convert

RGB 235 46 17 -
CMYK 0 0.80 0.93 0.08
HSL 7.98º 0.87% 0.49% -
HSV(B) 7.98º 0.93% 0.92% -
XYZ 35.34 19.66 2.46 -
YUV 99.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 235 46 17 0 0.80 0.93 0.08 7.98 0.87 0.49
Hex EB 2E 11 0 50 5D 8 8 57 31
Octal 353 56 21 0 120 135 10 10 127 61
Binary 11101011 101110 10001 0 1010000 1011101 1000 1000 1010111 110001

Color Harmonies of #EB2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E11

Black with #EB2E11

Text Example


Text Example

White with #EB2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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