#EF3208

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

Shades of Scarlet #EF3208

Tints of Scarlet #EF3208

Color information

#EF3208 (or 0xEF3208) is unknown color: approx Scarlet. HEX triplet: EF, 32 and 08. RGB value is (239,50,8). Sum of RGB (Red+Green+Blue) = 239+50+8=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3208 is #10CDF7. Grayscale: #666666. Windows color (decimal): -1101304 or 537327. OLE color: 537327.

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

Color convert

RGB239508-
CMYK00.790.970.06
HSL10.91º93.52%48.43%-
HSV(B)10.91º96.65%93.73%-
XYZ36.7820.652.28-
YUV101.7275.12225.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 80.47%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 8 (3.52% from 255) = 2.69%
R=80.47%
G=16.84%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23950800.790.970.0610.9193.5248.43
HexEF32804F616b5e30
Octal3576210011714161313660
Binary11101111110010100001001111110000111010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3208; }

 p { color: rgb(239,50,8); }

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

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

 a { background-color: rgb(239,50,8); }

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

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

 span { border-color: rgb(239,50,8); }

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