Html Css Color HEX #EB1D18 Scarlet

📋 copy color: '#EB1D18'

red 235 ◦ green 29 ◦ blue 24

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

Shades of Scarlet #EB1D18

Tints of Scarlet #EB1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 81.6%
G = 10.07%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB1D18 (or 0xEB1D18) is known color: Scarlet. HEX triplet: EB, 1D and 18. RGB value is (235,29,24). Sum of RGB (Red+Green+Blue) = 235+29+24=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D18 is #14E2E7. Grayscale: #5A5A5A. Windows color (decimal): -1368808 or 1580523. OLE color: 1580523.

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

Color convert

RGB 235 29 24 -
CMYK 0 0.88 0.90 0.08
HSL 1.42º 0.84% 0.51% -
HSV(B) 1.42º 0.9% 0.92% -
XYZ 34.87 18.61 2.62 -
YUV 90.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 235 29 24 0 0.88 0.90 0.08 1.42 0.84 0.51
Hex EB 1D 18 0 58 5A 8 1 54 33
Octal 353 35 30 0 130 132 10 1 124 63
Binary 11101011 11101 11000 0 1011000 1011010 1000 1 1010100 110011

Color Harmonies of #EB1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D18

Black with #EB1D18

Text Example


Text Example

White with #EB1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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