Html Css Color HEX #EB2518 Scarlet

📋 copy color: '#EB2518'

red 235 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #EB2518

Tints of Scarlet #EB2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 79.39%
G = 12.5%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2518 (or 0xEB2518) is known color: Scarlet. HEX triplet: EB, 25 and 18. RGB value is (235,37,24). Sum of RGB (Red+Green+Blue) = 235+37+24=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2518 is #14DAE7. Grayscale: #5E5E5E. Windows color (decimal): -1366760 or 1582571. OLE color: 1582571.

HSL color Cylindrical-coordinate representation of color #EB2518: hue angle of 3.7º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB2518 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 24 -
CMYK 0 0.84 0.90 0.08
HSL 3.7º 0.84% 0.51% -
HSV(B) 3.7º 0.9% 0.92% -
XYZ 35.09 19.05 2.69 -
YUV 94.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 235 37 24 0 0.84 0.90 0.08 3.7 0.84 0.51
Hex EB 25 18 0 54 5A 8 4 54 33
Octal 353 45 30 0 124 132 10 4 124 63
Binary 11101011 100101 11000 0 1010100 1011010 1000 100 1010100 110011

Color Harmonies of #EB2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2518

Black with #EB2518

Text Example


Text Example

White with #EB2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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