#ED241F

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

Shades of Scarlet #ED241F

Tints of Scarlet #ED241F

Color information

#ED241F (or 0xED241F) is unknown color: approx Scarlet. HEX triplet: ED, 24 and 1F. RGB value is (237,36,31). Sum of RGB (Red+Green+Blue) = 237+36+31=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED241F is #12DBE0. Grayscale: #5F5F5F. Windows color (decimal): -1235937 or 2041069. OLE color: 2041069.

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

Color convert

RGB2373631-
CMYK00.850.870.07
HSL1.46º85.12%52.55%-
HSV(B)1.46º86.92%92.94%-
XYZ35.819.373.15-
YUV95.5391.59228.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.96%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=77.96%
G=11.84%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237363100.850.870.071.4685.1252.55
HexED241F05557715535
Octal355443701251277112565
Binary111011011001001111101010101101011111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED241F; }

 p { color: rgb(237,36,31); }

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

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

 a { background-color: rgb(237,36,31); }

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

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

 span { border-color: rgb(237,36,31); }

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