#EF261F

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

Shades of Scarlet #EF261F

Tints of Scarlet #EF261F

Color information

#EF261F (or 0xEF261F) is unknown color: approx Scarlet. HEX triplet: EF, 26 and 1F. RGB value is (239,38,31). Sum of RGB (Red+Green+Blue) = 239+38+31=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261F is #10D9E0. Grayscale: #616161. Windows color (decimal): -1104353 or 2041583. OLE color: 2041583.

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

Color convert

RGB2393831-
CMYK00.840.870.06
HSL2.02º86.67%52.94%-
HSV(B)2.02º87.03%93.73%-
XYZ36.5419.843.2-
YUV97.390.59229.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 31 (12.5% from 255) = 10.06%
R=77.60%
G=12.34%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239383100.840.870.062.0286.6752.94
HexEF261F05457625735
Octal357463701241276212765
Binary1110111110011011111010101001010111110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF261F; }

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

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

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

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

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

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

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

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