Html Css Color HEX #EB310B Scarlet

📋 copy color: '#EB310B'

red 235 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #EB310B

Tints of Scarlet #EB310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 79.66%
G = 16.61%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB310B (or 0xEB310B) is known color: Scarlet. HEX triplet: EB, 31 and 0B. RGB value is (235,49,11). Sum of RGB (Red+Green+Blue) = 235+49+11=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB310B is #14CEF4. Grayscale: #646464. Windows color (decimal): -1363701 or 733675. OLE color: 733675.

HSL color Cylindrical-coordinate representation of color #EB310B: hue angle of 10.18º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB310B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 49 11 -
CMYK 0 0.79 0.95 0.08
HSL 10.18º 0.91% 0.48% -
HSV(B) 10.18º 0.95% 0.92% -
XYZ 35.42 19.88 2.29 -
YUV 100.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 235 49 11 0 0.79 0.95 0.08 10.18 0.91 0.48
Hex EB 31 B 0 4F 5F 8 A 5B 30
Octal 353 61 13 0 117 137 10 12 133 60
Binary 11101011 110001 1011 0 1001111 1011111 1000 1010 1011011 110000

Color Harmonies of #EB310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB310B

Black with #EB310B

Text Example


Text Example

White with #EB310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB310B; }

 p { color: rgb(235,49,11); }

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

background-color css

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

 a { background-color: rgb(235,49,11); }

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

border-color css

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

 span { border-color: rgb(235,49,11); }

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