Html Css Color HEX #EB1500 Scarlet

📋 copy color: '#EB1500'

red 235 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #EB1500

Tints of Scarlet #EB1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 91.8%
G = 8.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB1500 (or 0xEB1500) is known color: Scarlet. HEX triplet: EB, 15 and 00. RGB value is (235,21,0). Sum of RGB (Red+Green+Blue) = 235+21+0=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1500 is #14EAFF. Grayscale: #525252. Windows color (decimal): -1370880 or 5611. OLE color: 5611.

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

Color convert

RGB 235 21 0 -
CMYK 0 0.91 1 0.08
HSL 5.36º 1% 0.46% -
HSV(B) 5.36º 1% 0.92% -
XYZ 34.53 18.2 1.69 -
YUV 82.59 81.4 236.71 -
System Red Green Blue C M Y K H S L
Decimal 235 21 0 0 0.91 1 0.08 5.36 1 0.46
Hex EB 15 0 0 5B 64 8 5 64 2E
Octal 353 25 0 0 133 144 10 5 144 56
Binary 11101011 10101 0 0 1011011 1100100 1000 101 1100100 101110

Color Harmonies of #EB1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1500

Black with #EB1500

Text Example


Text Example

White with #EB1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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