Html Css Color HEX #EB1D16 Scarlet

📋 copy color: '#EB1D16'

red 235 ◦ green 29 ◦ blue 22

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

Shades of Scarlet #EB1D16

Tints of Scarlet #EB1D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 82.17%
G = 10.14%
B = 7.69%

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

#EB1D16 (or 0xEB1D16) is known color: Scarlet. HEX triplet: EB, 1D and 16. RGB value is (235,29,22). Sum of RGB (Red+Green+Blue) = 235+29+22=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D16 is #14E2E9. Grayscale: #5A5A5A. Windows color (decimal): -1368810 or 1449451. OLE color: 1449451.

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

Color convert

RGB 235 29 22 -
CMYK 0 0.88 0.91 0.08
HSL 1.97º 0.84% 0.5% -
HSV(B) 1.97º 0.91% 0.92% -
XYZ 34.85 18.6 2.51 -
YUV 89.8 89.75 231.57 -
System Red Green Blue C M Y K H S L
Decimal 235 29 22 0 0.88 0.91 0.08 1.97 0.84 0.5
Hex EB 1D 16 0 58 5B 8 2 54 32
Octal 353 35 26 0 130 133 10 2 124 62
Binary 11101011 11101 10110 0 1011000 1011011 1000 10 1010100 110010

Color Harmonies of #EB1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D16

Black with #EB1D16

Text Example


Text Example

White with #EB1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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