#FD3307

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

Shades of Scarlet #FD3307

Tints of Scarlet #FD3307

Color information

#FD3307 (or 0xFD3307) is unknown color: approx Scarlet. HEX triplet: FD, 33 and 07. RGB value is (253,51,7). Sum of RGB (Red+Green+Blue) = 253+51+7=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3307 is #02CCF8. Grayscale: #6A6A6A. Windows color (decimal): -183545 or 472061. OLE color: 472061.

HSL color Cylindrical-coordinate representation of color #FD3307: hue angle of 10.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD3307 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB253517-
CMYK00.800.970.01
HSL10.73º98.4%50.98%-
HSV(B)10.73º97.23%99.22%-
XYZ41.7323.272.49-
YUV106.3871.92232.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 81.35%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=81.35%
G=16.40%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25351700.800.970.0110.7398.450.98
HexFD337050611b6233
Octal375637012014111314263
Binary11111101110011111010100001100001110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3307; }

 p { color: rgb(253,51,7); }

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

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

 a { background-color: rgb(253,51,7); }

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

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

 span { border-color: rgb(253,51,7); }

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