Html Css Color HEX #EB1D15 Scarlet

📋 copy color: '#EB1D15'

red 235 ◦ green 29 ◦ blue 21

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

Shades of Scarlet #EB1D15

Tints of Scarlet #EB1D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 82.46%
G = 10.18%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB1D15 (or 0xEB1D15) is known color: Scarlet. HEX triplet: EB, 1D and 15. RGB value is (235,29,21). Sum of RGB (Red+Green+Blue) = 235+29+21=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D15 is #14E2EA. Grayscale: #595959. Windows color (decimal): -1368811 or 1383915. OLE color: 1383915.

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

Color convert

RGB 235 29 21 -
CMYK 0 0.88 0.91 0.08
HSL 2.24º 0.84% 0.5% -
HSV(B) 2.24º 0.91% 0.92% -
XYZ 34.84 18.6 2.46 -
YUV 89.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 235 29 21 0 0.88 0.91 0.08 2.24 0.84 0.5
Hex EB 1D 15 0 58 5B 8 2 54 32
Octal 353 35 25 0 130 133 10 2 124 62
Binary 11101011 11101 10101 0 1011000 1011011 1000 10 1010100 110010

Color Harmonies of #EB1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D15

Black with #EB1D15

Text Example


Text Example

White with #EB1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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