#EB1B05

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

Shades of Scarlet #EB1B05

Tints of Scarlet #EB1B05

Color information

#EB1B05 (or 0xEB1B05) is unknown color: approx Scarlet. HEX triplet: EB, 1B and 05. RGB value is (235,27,5). Sum of RGB (Red+Green+Blue) = 235+27+5=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1B05 is #14E4FA. Grayscale: #565656. Windows color (decimal): -1369339 or 334827. OLE color: 334827.

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

Color convert

RGB235275-
CMYK00.890.980.08
HSL5.74º95.83%47.06%-
HSV(B)5.74º97.87%92.16%-
XYZ34.6818.461.88-
YUV86.6881.91233.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 88.01%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=88.01%
G=10.11%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23527500.890.980.085.7495.8347.06
HexEB1B50596286602f
Octal353335013114210614057
Binary111010111101110101011001110001010001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1B05; }

 p { color: rgb(235,27,5); }

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

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

 a { background-color: rgb(235,27,5); }

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

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

 span { border-color: rgb(235,27,5); }

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