#F42307

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

Shades of Scarlet #F42307

Tints of Scarlet #F42307

Color information

#F42307 (or 0xF42307) is unknown color: approx Scarlet. HEX triplet: F4, 23 and 07. RGB value is (244,35,7). Sum of RGB (Red+Green+Blue) = 244+35+7=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F42307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42307 is #0BDCF8. Grayscale: #5E5E5E. Windows color (decimal): -777465 or 467956. OLE color: 467956.

HSL color Cylindrical-coordinate representation of color #F42307: hue angle of 7.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F42307 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB244357-
CMYK00.860.970.04
HSL7.09º94.42%49.22%-
HSV(B)7.09º97.13%95.69%-
XYZ37.9520.452.15-
YUV94.378.74234.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 85.31%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 7 (3.12% from 255) = 2.45%
R=85.31%
G=12.24%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24435700.860.970.047.0994.4249.22
HexF423705661475e31
Octal36443701261414713661
Binary111101001000111110101011011000011001111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42307; }

 p { color: rgb(244,35,7); }

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

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

 a { background-color: rgb(244,35,7); }

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

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

 span { border-color: rgb(244,35,7); }

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