#ED130A

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

Shades of Scarlet #ED130A

Tints of Scarlet #ED130A

Color information

#ED130A (or 0xED130A) is unknown color: approx Scarlet. HEX triplet: ED, 13 and 0A. RGB value is (237,19,10). Sum of RGB (Red+Green+Blue) = 237+19+10=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED130A is #12ECF5. Grayscale: #535353. Windows color (decimal): -1240310 or 660461. OLE color: 660461.

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

Color convert

RGB2371910-
CMYK00.920.960.07
HSL2.38º91.9%48.43%-
HSV(B)2.38º95.78%92.94%-
XYZ35.2118.492-
YUV83.1686.72237.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 89.10%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=89.10%
G=7.14%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237191000.920.960.072.3891.948.43
HexED13A05C60725c30
Octal355231201341407213460
Binary11101101100111010010111001100000111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED130A; }

 p { color: rgb(237,19,10); }

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

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

 a { background-color: rgb(237,19,10); }

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

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

 span { border-color: rgb(237,19,10); }

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