Html Css Color HEX #EB2917 Scarlet

📋 copy color: '#EB2917'

red 235 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #EB2917

Tints of Scarlet #EB2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 23 (9.38% from 255) = 7.69%

R = 78.6%
G = 13.71%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2917 (or 0xEB2917) is known color: Scarlet. HEX triplet: EB, 29 and 17. RGB value is (235,41,23). Sum of RGB (Red+Green+Blue) = 235+41+23=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2917 is #14D6E8. Grayscale: #616161. Windows color (decimal): -1365737 or 1518059. OLE color: 1518059.

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

Color convert

RGB 235 41 23 -
CMYK 0 0.83 0.90 0.08
HSL 5.09º 0.84% 0.51% -
HSV(B) 5.09º 0.9% 0.92% -
XYZ 35.21 19.31 2.68 -
YUV 96.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 235 41 23 0 0.83 0.90 0.08 5.09 0.84 0.51
Hex EB 29 17 0 53 5A 8 5 54 33
Octal 353 51 27 0 123 132 10 5 124 63
Binary 11101011 101001 10111 0 1010011 1011010 1000 101 1010100 110011

Color Harmonies of #EB2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2917

Black with #EB2917

Text Example


Text Example

White with #EB2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2917; }

 p { color: rgb(235,41,23); }

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

background-color css

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

 a { background-color: rgb(235,41,23); }

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

border-color css

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

 span { border-color: rgb(235,41,23); }

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