Html Css Color HEX #EB2E19 Scarlet

📋 copy color: '#EB2E19'

red 235 ◦ green 46 ◦ blue 25

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

Shades of Scarlet #EB2E19

Tints of Scarlet #EB2E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 76.8%
G = 15.03%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2E19 (or 0xEB2E19) is known color: Scarlet. HEX triplet: EB, 2E and 19. RGB value is (235,46,25). Sum of RGB (Red+Green+Blue) = 235+46+25=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E19 is #14D1E6. Grayscale: #646464. Windows color (decimal): -1364455 or 1650411. OLE color: 1650411.

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

Color convert

RGB 235 46 25 -
CMYK 0 0.80 0.89 0.08
HSL 0.84% 0.51% -
HSV(B) 0.89% 0.92% -
XYZ 35.41 19.69 2.85 -
YUV 100.12 85.62 224.21 -
System Red Green Blue C M Y K H S L
Decimal 235 46 25 0 0.80 0.89 0.08 6 0.84 0.51
Hex EB 2E 19 0 50 59 8 6 54 33
Octal 353 56 31 0 120 131 10 6 124 63
Binary 11101011 101110 11001 0 1010000 1011001 1000 110 1010100 110011

Color Harmonies of #EB2E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E19

Black with #EB2E19

Text Example


Text Example

White with #EB2E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E19; }

 p { color: rgb(235,46,25); }

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

background-color css

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

 a { background-color: rgb(235,46,25); }

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

border-color css

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

 span { border-color: rgb(235,46,25); }

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