#EF1B02

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

Shades of Scarlet #EF1B02

Tints of Scarlet #EF1B02

Color information

#EF1B02 (or 0xEF1B02) is unknown color: approx Scarlet. HEX triplet: EF, 1B and 02. RGB value is (239,27,2). Sum of RGB (Red+Green+Blue) = 239+27+2=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B02 is #10E4FD. Grayscale: #575757. Windows color (decimal): -1107198 or 138223. OLE color: 138223.

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

Color convert

RGB239272-
CMYK00.890.990.06
HSL6.33º98.34%47.25%-
HSV(B)6.33º99.16%93.73%-
XYZ3619.141.85-
YUV87.5479.74236.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.18%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=89.18%
G=10.07%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23927200.890.990.066.3398.3447.25
HexEF1B20596366622f
Octal35733201311436614257
Binary1110111111011100101100111000111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1B02; }

 p { color: rgb(239,27,2); }

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

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

 a { background-color: rgb(239,27,2); }

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

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

 span { border-color: rgb(239,27,2); }

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