#EB230D

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

Shades of Scarlet #EB230D

Tints of Scarlet #EB230D

Color information

#EB230D (or 0xEB230D) is unknown color: approx Scarlet. HEX triplet: EB, 23 and 0D. RGB value is (235,35,13). Sum of RGB (Red+Green+Blue) = 235+35+13=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB230D is #14DCF2. Grayscale: #5C5C5C. Windows color (decimal): -1367283 or 861163. OLE color: 861163.

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

Color convert

RGB2353513-
CMYK00.850.940.08
HSL5.95º89.52%48.63%-
HSV(B)5.95º94.47%92.16%-
XYZ34.9318.892.19-
YUV92.2983.26229.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 83.04%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 13 (5.47% from 255) = 4.59%
R=83.04%
G=12.37%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235351300.850.940.085.9589.5248.63
HexEB23D0555E865a31
Octal3534315012513610613261
Binary11101011100011110101010101101111010001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB230D; }

 p { color: rgb(235,35,13); }

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

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

 a { background-color: rgb(235,35,13); }

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

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

 span { border-color: rgb(235,35,13); }

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