Html Css Color HEX #EB2316 Scarlet

📋 copy color: '#EB2316'

red 235 ◦ green 35 ◦ blue 22

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

Shades of Scarlet #EB2316

Tints of Scarlet #EB2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 80.48%
G = 11.99%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2316 (or 0xEB2316) is known color: Scarlet. HEX triplet: EB, 23 and 16. RGB value is (235,35,22). Sum of RGB (Red+Green+Blue) = 235+35+22=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2316 is #14DCE9. Grayscale: #5D5D5D. Windows color (decimal): -1367274 or 1450987. OLE color: 1450987.

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

Color convert

RGB 235 35 22 -
CMYK 0 0.85 0.91 0.08
HSL 3.66º 0.84% 0.5% -
HSV(B) 3.66º 0.91% 0.92% -
XYZ 35.01 18.92 2.57 -
YUV 93.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 235 35 22 0 0.85 0.91 0.08 3.66 0.84 0.5
Hex EB 23 16 0 55 5B 8 4 54 32
Octal 353 43 26 0 125 133 10 4 124 62
Binary 11101011 100011 10110 0 1010101 1011011 1000 100 1010100 110010

Color Harmonies of #EB2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2316

Black with #EB2316

Text Example


Text Example

White with #EB2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2316; }

 p { color: rgb(235,35,22); }

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

background-color css

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

 a { background-color: rgb(235,35,22); }

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

border-color css

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

 span { border-color: rgb(235,35,22); }

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