#FD2410

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

Shades of Scarlet #FD2410

Tints of Scarlet #FD2410

Color information

#FD2410 (or 0xFD2410) is unknown color: approx Scarlet. HEX triplet: FD, 24 and 10. RGB value is (253,36,16). Sum of RGB (Red+Green+Blue) = 253+36+16=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2410 is #02DBEF. Grayscale: #626262. Windows color (decimal): -187376 or 1058045. OLE color: 1058045.

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

Color convert

RGB2533616-
CMYK00.860.940.01
HSL5.06º98.34%52.75%-
HSV(B)5.06º93.68%99.22%-
XYZ41.2322.182.6-
YUV98.681.39238.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 82.95%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=82.95%
G=11.80%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253361600.860.940.015.0698.3452.75
HexFD24100565E156235
Octal375442001261361514265
Binary111111011001001000001010110101111011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2410; }

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

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

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

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

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

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

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

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