#FD2C12

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

Shades of Scarlet #FD2C12

Tints of Scarlet #FD2C12

Color information

#FD2C12 (or 0xFD2C12) is unknown color: approx Scarlet. HEX triplet: FD, 2C and 12. RGB value is (253,44,18). Sum of RGB (Red+Green+Blue) = 253+44+18=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2C12 is #02D3ED. Grayscale: #676767. Windows color (decimal): -185326 or 1191165. OLE color: 1191165.

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

Color convert

RGB2534418-
CMYK00.830.930.01
HSL6.64º98.33%53.14%-
HSV(B)6.64º92.89%99.22%-
XYZ41.5222.732.77-
YUV103.5379.74234.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 80.32%
GREEN value IS 44 (17.58% from 255) = 13.97%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=80.32%
G=13.97%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253441800.830.930.016.6498.3353.14
HexFD2C120535D176235
Octal375542201231351714265
Binary111111011011001001001010011101110111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2C12; }

 p { color: rgb(253,44,18); }

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

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

 a { background-color: rgb(253,44,18); }

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

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

 span { border-color: rgb(253,44,18); }

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