Html Css Color HEX #EB2218 Scarlet

📋 copy color: '#EB2218'

red 235 ◦ green 34 ◦ blue 24

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

Shades of Scarlet #EB2218

Tints of Scarlet #EB2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 80.2%
G = 11.6%
B = 8.19%

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

#EB2218 (or 0xEB2218) is known color: Scarlet. HEX triplet: EB, 22 and 18. RGB value is (235,34,24). Sum of RGB (Red+Green+Blue) = 235+34+24=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2218 is #14DDE7. Grayscale: #5D5D5D. Windows color (decimal): -1367528 or 1581803. OLE color: 1581803.

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

Color convert

RGB 235 34 24 -
CMYK 0 0.86 0.90 0.08
HSL 2.84º 0.84% 0.51% -
HSV(B) 2.84º 0.9% 0.92% -
XYZ 35 18.87 2.66 -
YUV 92.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 235 34 24 0 0.86 0.90 0.08 2.84 0.84 0.51
Hex EB 22 18 0 56 5A 8 3 54 33
Octal 353 42 30 0 126 132 10 3 124 63
Binary 11101011 100010 11000 0 1010110 1011010 1000 11 1010100 110011

Color Harmonies of #EB2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2218

Black with #EB2218

Text Example


Text Example

White with #EB2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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