#F4250C

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

Shades of Scarlet #F4250C

Tints of Scarlet #F4250C

Color information

#F4250C (or 0xF4250C) is unknown color: approx Scarlet. HEX triplet: F4, 25 and 0C. RGB value is (244,37,12). Sum of RGB (Red+Green+Blue) = 244+37+12=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4250C is #0BDAF3. Grayscale: #606060. Windows color (decimal): -776948 or 796148. OLE color: 796148.

HSL color Cylindrical-coordinate representation of color #F4250C: hue angle of 6.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB2443712-
CMYK00.850.950.04
HSL6.47º91.34%50.2%-
HSV(B)6.47º95.08%95.69%-
XYZ38.0420.582.32-
YUV96.0480.58233.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 83.28%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=83.28%
G=12.63%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244371200.850.950.046.4791.3450.2
HexF425C0555F465b32
Octal364451401251374613362
Binary1111010010010111000101010110111111001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4250C; }

 p { color: rgb(244,37,12); }

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

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

 a { background-color: rgb(244,37,12); }

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

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

 span { border-color: rgb(244,37,12); }

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