Html Css Color HEX #EB3100 Scarlet

📋 copy color: '#EB3100'

red 235 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #EB3100

Tints of Scarlet #EB3100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.75%
G = 17.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB3100 (or 0xEB3100) is known color: Scarlet. HEX triplet: EB, 31 and 00. RGB value is (235,49,0). Sum of RGB (Red+Green+Blue) = 235+49+0=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3100 is #14CEFF. Grayscale: #636363. Windows color (decimal): -1363712 or 12779. OLE color: 12779.

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

Color convert

RGB 235 49 0 -
CMYK 0 0.79 1 0.08
HSL 12.51º 1% 0.46% -
HSV(B) 12.51º 1% 0.92% -
XYZ 35.36 19.86 1.97 -
YUV 99.03 72.12 224.98 -
System Red Green Blue C M Y K H S L
Decimal 235 49 0 0 0.79 1 0.08 12.51 1 0.46
Hex EB 31 0 0 4F 64 8 D 64 2E
Octal 353 61 0 0 117 144 10 15 144 56
Binary 11101011 110001 0 0 1001111 1100100 1000 1101 1100100 101110

Color Harmonies of #EB3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3100

Black with #EB3100

Text Example


Text Example

White with #EB3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3100; }

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

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

background-color css

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

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

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

border-color css

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

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

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