Html Css Color HEX #EB2018 Scarlet

📋 copy color: '#EB2018'

red 235 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #EB2018

Tints of Scarlet #EB2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 80.76%
G = 11%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2018 (or 0xEB2018) is known color: Scarlet. HEX triplet: EB, 20 and 18. RGB value is (235,32,24). Sum of RGB (Red+Green+Blue) = 235+32+24=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2018 is #14DFE7. Grayscale: #5C5C5C. Windows color (decimal): -1368040 or 1581291. OLE color: 1581291.

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

Color convert

RGB 235 32 24 -
CMYK 0 0.86 0.90 0.08
HSL 2.27º 0.84% 0.51% -
HSV(B) 2.27º 0.9% 0.92% -
XYZ 34.94 18.76 2.64 -
YUV 91.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 235 32 24 0 0.86 0.90 0.08 2.27 0.84 0.51
Hex EB 20 18 0 56 5A 8 2 54 33
Octal 353 40 30 0 126 132 10 2 124 63
Binary 11101011 100000 11000 0 1010110 1011010 1000 10 1010100 110011

Color Harmonies of #EB2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2018

Black with #EB2018

Text Example


Text Example

White with #EB2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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