#FD241C

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

Shades of Scarlet #FD241C

Tints of Scarlet #FD241C

Color information

#FD241C (or 0xFD241C) is unknown color: approx Scarlet. HEX triplet: FD, 24 and 1C. RGB value is (253,36,28). Sum of RGB (Red+Green+Blue) = 253+36+28=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD241C is #02DBE3. Grayscale: #646464. Windows color (decimal): -187364 or 1844477. OLE color: 1844477.

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

Color convert

RGB2533628-
CMYK00.860.890.01
HSL2.13º98.25%55.1%-
HSV(B)2.13º88.93%99.22%-
XYZ41.3522.233.21-
YUV99.9787.39237.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.81%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=79.81%
G=11.36%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253362800.860.890.012.1398.2555.1
HexFD241C05659126237
Octal375443401261311214267
Binary11111101100100111000101011010110011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD241C; }

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

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

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

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

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

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

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

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