Html Css Color HEX #EB2A17 Scarlet

📋 copy color: '#EB2A17'

red 235 ◦ green 42 ◦ blue 23

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

Shades of Scarlet #EB2A17

Tints of Scarlet #EB2A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 78.33%
G = 14%
B = 7.67%

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

#EB2A17 (or 0xEB2A17) is known color: Scarlet. HEX triplet: EB, 2A and 17. RGB value is (235,42,23). Sum of RGB (Red+Green+Blue) = 235+42+23=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A17 is #14D5E8. Grayscale: #616161. Windows color (decimal): -1365481 or 1518315. OLE color: 1518315.

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

Color convert

RGB 235 42 23 -
CMYK 0 0.82 0.90 0.08
HSL 5.38º 0.84% 0.51% -
HSV(B) 5.38º 0.9% 0.92% -
XYZ 35.24 19.38 2.69 -
YUV 97.54 85.94 226.04 -
System Red Green Blue C M Y K H S L
Decimal 235 42 23 0 0.82 0.90 0.08 5.38 0.84 0.51
Hex EB 2A 17 0 52 5A 8 5 54 33
Octal 353 52 27 0 122 132 10 5 124 63
Binary 11101011 101010 10111 0 1010010 1011010 1000 101 1010100 110011

Color Harmonies of #EB2A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A17

Black with #EB2A17

Text Example


Text Example

White with #EB2A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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