#F7251E

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

Shades of Scarlet #F7251E

Tints of Scarlet #F7251E

Color information

#F7251E (or 0xF7251E) is unknown color: approx Scarlet. HEX triplet: F7, 25 and 1E. RGB value is (247,37,30). Sum of RGB (Red+Green+Blue) = 247+37+30=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7251E is #08DAE1. Grayscale: #636363. Windows color (decimal): -580322 or 1975799. OLE color: 1975799.

HSL color Cylindrical-coordinate representation of color #F7251E: hue angle of 1.94º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7251E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB2473730-
CMYK00.850.880.03
HSL1.94º93.13%54.31%-
HSV(B)1.94º87.85%96.86%-
XYZ39.2521.193.25-
YUV98.9989.07233.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 78.66%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=78.66%
G=11.78%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247373000.850.880.031.9493.1354.31
HexF7251E05558325d36
Octal367453601251303213566
Binary111101111001011111001010101101100011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7251E; }

 p { color: rgb(247,37,30); }

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

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

 a { background-color: rgb(247,37,30); }

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

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

 span { border-color: rgb(247,37,30); }

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