Html Css Color HEX #EB1700 Scarlet

📋 copy color: '#EB1700'

red 235 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #EB1700

Tints of Scarlet #EB1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 91.09%
G = 8.91%
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

#EB1700 (or 0xEB1700) is known color: Scarlet. HEX triplet: EB, 17 and 00. RGB value is (235,23,0). Sum of RGB (Red+Green+Blue) = 235+23+0=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1700 is #14E8FF. Grayscale: #545454. Windows color (decimal): -1370368 or 6123. OLE color: 6123.

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

Color convert

RGB 235 23 0 -
CMYK 0 0.90 1 0.08
HSL 5.87º 1% 0.46% -
HSV(B) 5.87º 1% 0.92% -
XYZ 34.57 18.27 1.71 -
YUV 83.77 80.74 235.87 -
System Red Green Blue C M Y K H S L
Decimal 235 23 0 0 0.90 1 0.08 5.87 1 0.46
Hex EB 17 0 0 5A 64 8 6 64 2E
Octal 353 27 0 0 132 144 10 6 144 56
Binary 11101011 10111 0 0 1011010 1100100 1000 110 1100100 101110

Color Harmonies of #EB1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1700

Black with #EB1700

Text Example


Text Example

White with #EB1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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