#EF251A

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

Shades of Scarlet #EF251A

Tints of Scarlet #EF251A

Color information

#EF251A (or 0xEF251A) is unknown color: approx Scarlet. HEX triplet: EF, 25 and 1A. RGB value is (239,37,26). Sum of RGB (Red+Green+Blue) = 239+37+26=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF251A is #10DAE5. Grayscale: #606060. Windows color (decimal): -1104614 or 1713647. OLE color: 1713647.

HSL color Cylindrical-coordinate representation of color #EF251A: hue angle of 3.1º 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 #EF251A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB2393726-
CMYK00.850.890.06
HSL3.1º86.94%51.96%-
HSV(B)3.1º89.12%93.73%-
XYZ36.4419.752.87-
YUV96.1488.42229.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.14%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=79.14%
G=12.25%
B=8.61%

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
Decimal239372600.850.890.063.186.9451.96
HexEF251A05559635734
Octal357453201251316312764
Binary1110111110010111010010101011011001110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF251A; }

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

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

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

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

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

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

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

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