#FD2813

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

Shades of Scarlet #FD2813

Tints of Scarlet #FD2813

Color information

#FD2813 (or 0xFD2813) is unknown color: approx Scarlet. HEX triplet: FD, 28 and 13. RGB value is (253,40,19). Sum of RGB (Red+Green+Blue) = 253+40+19=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2813 is #02D7EC. Grayscale: #656565. Windows color (decimal): -186349 or 1255677. OLE color: 1255677.

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

Color convert

RGB2534019-
CMYK00.840.920.01
HSL5.38º98.32%53.33%-
HSV(B)5.38º92.49%99.22%-
XYZ41.3822.452.77-
YUV101.2981.57236.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 81.09%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 19 (7.81% from 255) = 6.09%
R=81.09%
G=12.82%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253401900.840.920.015.3898.3253.33
HexFD28130545C156235
Octal375502301241341514265
Binary111111011010001001101010100101110011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2813; }

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

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

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

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

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

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

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

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