#FD3317

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

Shades of Scarlet #FD3317

Tints of Scarlet #FD3317

Color information

#FD3317 (or 0xFD3317) is unknown color: approx Scarlet. HEX triplet: FD, 33 and 17. RGB value is (253,51,23). Sum of RGB (Red+Green+Blue) = 253+51+23=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3317 is #02CCE8. Grayscale: #6C6C6C. Windows color (decimal): -183529 or 1520637. OLE color: 1520637.

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

Color convert

RGB2535123-
CMYK00.800.910.01
HSL7.3º98.29%54.12%-
HSV(B)7.3º90.91%99.22%-
XYZ41.8523.313.1-
YUV108.2179.92231.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 77.37%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 23 (9.38% from 255) = 7.03%
R=77.37%
G=15.60%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253512300.800.910.017.398.2954.12
HexFD33170505B176236
Octal375632701201331714266
Binary111111011100111011101010000101101111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3317; }

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

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

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

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

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

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

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

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