Html Css Color HEX #EB2E18 Scarlet

📋 copy color: '#EB2E18'

red 235 ◦ green 46 ◦ blue 24

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

Shades of Scarlet #EB2E18

Tints of Scarlet #EB2E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 77.05%
G = 15.08%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2E18 (or 0xEB2E18) is known color: Scarlet. HEX triplet: EB, 2E and 18. RGB value is (235,46,24). Sum of RGB (Red+Green+Blue) = 235+46+24=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E18 is #14D1E7. Grayscale: #646464. Windows color (decimal): -1364456 or 1584875. OLE color: 1584875.

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

Color convert

RGB 235 46 24 -
CMYK 0 0.80 0.90 0.08
HSL 6.26º 0.84% 0.51% -
HSV(B) 6.26º 0.9% 0.92% -
XYZ 35.4 19.68 2.8 -
YUV 100 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 235 46 24 0 0.80 0.90 0.08 6.26 0.84 0.51
Hex EB 2E 18 0 50 5A 8 6 54 33
Octal 353 56 30 0 120 132 10 6 124 63
Binary 11101011 101110 11000 0 1010000 1011010 1000 110 1010100 110011

Color Harmonies of #EB2E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E18

Black with #EB2E18

Text Example


Text Example

White with #EB2E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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