#EB3210

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

Shades of Scarlet #EB3210

Tints of Scarlet #EB3210

Color information

#EB3210 (or 0xEB3210) is unknown color: approx Scarlet. HEX triplet: EB, 32 and 10. RGB value is (235,50,16). Sum of RGB (Red+Green+Blue) = 235+50+16=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3210 is #14CDEF. Grayscale: #656565. Windows color (decimal): -1363440 or 1061611. OLE color: 1061611.

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

Color convert

RGB2355016-
CMYK00.790.930.08
HSL9.32º87.25%49.22%-
HSV(B)9.32º93.19%92.16%-
XYZ35.519.982.48-
YUV101.4479.79223.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 78.07%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 16 (6.64% from 255) = 5.32%
R=78.07%
G=16.61%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235501600.790.930.089.3287.2549.22
HexEB321004F5D895731
Octal35362200117135101112761
Binary1110101111001010000010011111011101100010011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3210; }

 p { color: rgb(235,50,16); }

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

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

 a { background-color: rgb(235,50,16); }

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

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

 span { border-color: rgb(235,50,16); }

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