Html Css Color HEX #EB1E16 Scarlet

📋 copy color: '#EB1E16'

red 235 ◦ green 30 ◦ blue 22

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

Shades of Scarlet #EB1E16

Tints of Scarlet #EB1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

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

R = 81.88%
G = 10.45%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB1E16 (or 0xEB1E16) is known color: Scarlet. HEX triplet: EB, 1E and 16. RGB value is (235,30,22). Sum of RGB (Red+Green+Blue) = 235+30+22=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1E16 is #14E1E9. Grayscale: #5A5A5A. Windows color (decimal): -1368554 or 1449707. OLE color: 1449707.

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

Color convert

RGB 235 30 22 -
CMYK 0 0.87 0.91 0.08
HSL 2.25º 0.84% 0.5% -
HSV(B) 2.25º 0.91% 0.92% -
XYZ 34.87 18.65 2.52 -
YUV 90.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 235 30 22 0 0.87 0.91 0.08 2.25 0.84 0.5
Hex EB 1E 16 0 57 5B 8 2 54 32
Octal 353 36 26 0 127 133 10 2 124 62
Binary 11101011 11110 10110 0 1010111 1011011 1000 10 1010100 110010

Color Harmonies of #EB1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E16

Black with #EB1E16

Text Example


Text Example

White with #EB1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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