Html Css Color HEX #EB2400 Scarlet

📋 copy color: '#EB2400'

red 235 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #EB2400

Tints of Scarlet #EB2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 86.72%
G = 13.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB2400 (or 0xEB2400) is known color: Scarlet. HEX triplet: EB, 24 and 00. RGB value is (235,36,0). Sum of RGB (Red+Green+Blue) = 235+36+0=271 (35% of max value = 765). Red value is 235 (92.19% from 255 or 86.72% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2400 is #14DBFF. Grayscale: #5B5B5B. Windows color (decimal): -1367040 or 9451. OLE color: 9451.

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

Color convert

RGB 235 36 0 -
CMYK 0 0.85 1 0.08
HSL 9.19º 1% 0.46% -
HSV(B) 9.19º 1% 0.92% -
XYZ 34.89 18.92 1.81 -
YUV 91.4 76.43 230.43 -
System Red Green Blue C M Y K H S L
Decimal 235 36 0 0 0.85 1 0.08 9.19 1 0.46
Hex EB 24 0 0 55 64 8 9 64 2E
Octal 353 44 0 0 125 144 10 11 144 56
Binary 11101011 100100 0 0 1010101 1100100 1000 1001 1100100 101110

Color Harmonies of #EB2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2400

Black with #EB2400

Text Example


Text Example

White with #EB2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2400; }

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

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

background-color css

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

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

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

border-color css

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

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

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