#EF2610

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

Shades of Scarlet #EF2610

Tints of Scarlet #EF2610

Color information

#EF2610 (or 0xEF2610) is unknown color: approx Scarlet. HEX triplet: EF, 26 and 10. RGB value is (239,38,16). Sum of RGB (Red+Green+Blue) = 239+38+16=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2610 is #10D9EF. Grayscale: #5F5F5F. Windows color (decimal): -1104368 or 1058543. OLE color: 1058543.

HSL color Cylindrical-coordinate representation of color #EF2610: hue angle of 5.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF2610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB2393816-
CMYK00.840.930.06
HSL5.92º87.45%50%-
HSV(B)5.92º93.31%93.73%-
XYZ36.3819.772.39-
YUV95.5983.09230.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.57%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=81.57%
G=12.97%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239381600.840.930.065.9287.4550
HexEF26100545D665732
Octal357462001241356612762
Binary11101111100110100000101010010111011101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2610; }

 p { color: rgb(239,38,16); }

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

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

 a { background-color: rgb(239,38,16); }

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

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

 span { border-color: rgb(239,38,16); }

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