#FD2807

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

Shades of Scarlet #FD2807

Tints of Scarlet #FD2807

Color information

#FD2807 (or 0xFD2807) is unknown color: approx Scarlet. HEX triplet: FD, 28 and 07. RGB value is (253,40,7). Sum of RGB (Red+Green+Blue) = 253+40+7=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2807 is #02D7F8. Grayscale: #646464. Windows color (decimal): -186361 or 469245. OLE color: 469245.

HSL color Cylindrical-coordinate representation of color #FD2807: hue angle of 8.05º 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 #FD2807 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB253407-
CMYK00.840.970.01
HSL8.05º98.4%50.98%-
HSV(B)8.05º97.23%99.22%-
XYZ41.3122.422.35-
YUV99.9275.57237.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=84.33%
G=13.33%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25340700.840.970.018.0598.450.98
HexFD28705461186233
Octal375507012414111014263
Binary11111101101000111010101001100001110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2807; }

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

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

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

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

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

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

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

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