#FD3210

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

Shades of Scarlet #FD3210

Tints of Scarlet #FD3210

Color information

#FD3210 (or 0xFD3210) is unknown color: approx Scarlet. HEX triplet: FD, 32 and 10. RGB value is (253,50,16). Sum of RGB (Red+Green+Blue) = 253+50+16=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3210 is #02CDEF. Grayscale: #6B6B6B. Windows color (decimal): -183792 or 1061629. OLE color: 1061629.

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

Color convert

RGB2535016-
CMYK00.800.940.01
HSL8.61º98.34%52.75%-
HSV(B)8.61º93.68%99.22%-
XYZ41.7423.22.77-
YUV106.8276.75232.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.31%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 16 (6.64% from 255) = 5.02%
R=79.31%
G=15.67%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253501600.800.940.018.6198.3452.75
HexFD32100505E196235
Octal3756220012013611114265
Binary1111110111001010000010100001011110110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3210; }

 p { color: rgb(253,50,16); }

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

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

 a { background-color: rgb(253,50,16); }

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

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

 span { border-color: rgb(253,50,16); }

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