Html Css Color HEX #EB2B17 Scarlet

📋 copy color: '#EB2B17'

red 235 ◦ green 43 ◦ blue 23

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

Shades of Scarlet #EB2B17

Tints of Scarlet #EB2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 78.07%
G = 14.29%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2B17 (or 0xEB2B17) is known color: Scarlet. HEX triplet: EB, 2B and 17. RGB value is (235,43,23). Sum of RGB (Red+Green+Blue) = 235+43+23=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2B17 is #14D4E8. Grayscale: #626262. Windows color (decimal): -1365225 or 1518571. OLE color: 1518571.

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

Color convert

RGB 235 43 23 -
CMYK 0 0.82 0.90 0.08
HSL 5.66º 0.84% 0.51% -
HSV(B) 5.66º 0.9% 0.92% -
XYZ 35.28 19.45 2.71 -
YUV 98.13 85.61 225.63 -
System Red Green Blue C M Y K H S L
Decimal 235 43 23 0 0.82 0.90 0.08 5.66 0.84 0.51
Hex EB 2B 17 0 52 5A 8 6 54 33
Octal 353 53 27 0 122 132 10 6 124 63
Binary 11101011 101011 10111 0 1010010 1011010 1000 110 1010100 110011

Color Harmonies of #EB2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B17

Black with #EB2B17

Text Example


Text Example

White with #EB2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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