Html Css Color HEX #EB2118 Scarlet

📋 copy color: '#EB2118'

red 235 ◦ green 33 ◦ blue 24

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

Shades of Scarlet #EB2118

Tints of Scarlet #EB2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 80.48%
G = 11.3%
B = 8.22%

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

#EB2118 (or 0xEB2118) is known color: Scarlet. HEX triplet: EB, 21 and 18. RGB value is (235,33,24). Sum of RGB (Red+Green+Blue) = 235+33+24=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2118 is #14DEE7. Grayscale: #5C5C5C. Windows color (decimal): -1367784 or 1581547. OLE color: 1581547.

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

Color convert

RGB 235 33 24 -
CMYK 0 0.86 0.90 0.08
HSL 2.56º 0.84% 0.51% -
HSV(B) 2.56º 0.9% 0.92% -
XYZ 34.97 18.82 2.65 -
YUV 92.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 235 33 24 0 0.86 0.90 0.08 2.56 0.84 0.51
Hex EB 21 18 0 56 5A 8 3 54 33
Octal 353 41 30 0 126 132 10 3 124 63
Binary 11101011 100001 11000 0 1010110 1011010 1000 11 1010100 110011

Color Harmonies of #EB2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2118

Black with #EB2118

Text Example


Text Example

White with #EB2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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