#f32e0f

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

Shades of Scarlet #F32E0F

Tints of Scarlet #F32E0F

Color information

#F32E0F (or 0xF32E0F) is unknown color: approx Scarlet. HEX triplet: F3, 2E and 0F. RGB value is (243,46,15). Sum of RGB (Red+Green+Blue) = 243+46+15=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32E0F is #0CD1F0. Grayscale: #656565. Windows color (decimal): -840177 or 995059. OLE color: 995059.

HSL color Cylindrical-coordinate representation of color #F32E0F: hue angle of 8.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F32E0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2434615-
CMYK00.810.940.05
HSL8.16º90.48%50.59%-
HSV(B)8.16º93.83%95.29%-
XYZ38.0321.042.51-
YUV101.3779.27229.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 79.93%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=79.93%
G=15.13%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243461500.810.940.058.1690.4850.59
HexF32EF0515E585a33
Octal3635617012113651013263
Binary11110011101110111101010001101111010110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f32e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f32e0f; }

 p { color: rgb(243,46,15); }

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

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

 a { background-color: rgb(243,46,15); }

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

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

 span { border-color: rgb(243,46,15); }

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