Html Css Color HEX #EB1E12 Scarlet

📋 copy color: '#EB1E12'

red 235 ◦ green 30 ◦ blue 18

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

Shades of Scarlet #EB1E12

Tints of Scarlet #EB1E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 83.04%
G = 10.6%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB1E12 (or 0xEB1E12) is known color: Scarlet. HEX triplet: EB, 1E and 12. RGB value is (235,30,18). Sum of RGB (Red+Green+Blue) = 235+30+18=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1E12 is #14E1ED. Grayscale: #5A5A5A. Windows color (decimal): -1368558 or 1187563. OLE color: 1187563.

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

Color convert

RGB 235 30 18 -
CMYK 0 0.87 0.92 0.08
HSL 3.32º 0.86% 0.5% -
HSV(B) 3.32º 0.92% 0.92% -
XYZ 34.83 18.63 2.33 -
YUV 89.93 87.42 231.48 -
System Red Green Blue C M Y K H S L
Decimal 235 30 18 0 0.87 0.92 0.08 3.32 0.86 0.5
Hex EB 1E 12 0 57 5C 8 3 56 32
Octal 353 36 22 0 127 134 10 3 126 62
Binary 11101011 11110 10010 0 1010111 1011100 1000 11 1010110 110010

Color Harmonies of #EB1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E12

Black with #EB1E12

Text Example


Text Example

White with #EB1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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