Html Css Color HEX #EB1800 Scarlet

📋 copy color: '#EB1800'

red 235 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #EB1800

Tints of Scarlet #EB1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

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

R = 90.73%
G = 9.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB1800 (or 0xEB1800) is known color: Scarlet. HEX triplet: EB, 18 and 00. RGB value is (235,24,0). Sum of RGB (Red+Green+Blue) = 235+24+0=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1800 is #14E7FF. Grayscale: #545454. Windows color (decimal): -1370112 or 6379. OLE color: 6379.

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

Color convert

RGB 235 24 0 -
CMYK 0 0.90 1 0.08
HSL 6.13º 1% 0.46% -
HSV(B) 6.13º 1% 0.92% -
XYZ 34.59 18.32 1.71 -
YUV 84.35 80.4 235.45 -
System Red Green Blue C M Y K H S L
Decimal 235 24 0 0 0.90 1 0.08 6.13 1 0.46
Hex EB 18 0 0 5A 64 8 6 64 2E
Octal 353 30 0 0 132 144 10 6 144 56
Binary 11101011 11000 0 0 1011010 1100100 1000 110 1100100 101110

Color Harmonies of #EB1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1800

Black with #EB1800

Text Example


Text Example

White with #EB1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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