#EF241A

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

Shades of Scarlet #EF241A

Tints of Scarlet #EF241A

Color information

#EF241A (or 0xEF241A) is unknown color: approx Scarlet. HEX triplet: EF, 24 and 1A. RGB value is (239,36,26). Sum of RGB (Red+Green+Blue) = 239+36+26=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF241A is #10DBE5. Grayscale: #5F5F5F. Windows color (decimal): -1104870 or 1713391. OLE color: 1713391.

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

Color convert

RGB2393626-
CMYK00.850.890.06
HSL2.82º86.94%51.96%-
HSV(B)2.82º89.12%93.73%-
XYZ36.4119.692.86-
YUV95.5688.75230.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.40%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=79.40%
G=11.96%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239362600.850.890.062.8286.9451.96
HexEF241A05559635734
Octal357443201251316312764
Binary1110111110010011010010101011011001110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF241A; }

 p { color: rgb(239,36,26); }

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

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

 a { background-color: rgb(239,36,26); }

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

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

 span { border-color: rgb(239,36,26); }

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