#EB1D09

Color #EB1D09 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #EB1D09

Tints of Scarlet #EB1D09

Color information

#EB1D09 (or 0xEB1D09) is unknown color: approx Scarlet. HEX triplet: EB, 1D and 09. RGB value is (235,29,9). Sum of RGB (Red+Green+Blue) = 235+29+9=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D09 is #14E2F6. Grayscale: #585858. Windows color (decimal): -1368823 or 597483. OLE color: 597483.

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

Color convert

RGB235299-
CMYK00.880.960.08
HSL5.31º92.62%47.84%-
HSV(B)5.31º96.17%92.16%-
XYZ34.7518.562.01-
YUV88.3183.25232.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 86.08%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=86.08%
G=10.62%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23529900.880.960.085.3192.6247.84
HexEB1D905860855d30
Octal3533511013014010513560
Binary1110101111101100101011000110000010001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1D09; }

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

 H1.HeaderClassName
 {
   color: #EB1D09;
 }
 .AnyTagClassName
 {
   color: #EB1D09;
 }
</style>
background-color css

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

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

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

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

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

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