#FF2812

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

Shades of Scarlet #FF2812

Tints of Scarlet #FF2812

Color information

#FF2812 (or 0xFF2812) is unknown color: approx Scarlet. HEX triplet: FF, 28 and 12. RGB value is (255,40,18). Sum of RGB (Red+Green+Blue) = 255+40+18=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2812 is #00D7ED. Grayscale: #666666. Windows color (decimal): -55278 or 1190143. OLE color: 1190143.

HSL color Cylindrical-coordinate representation of color #FF2812: hue angle of 5.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2812 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2554018-
CMYK00.840.930
HSL5.57º100%53.53%-
HSV(B)5.57º92.94%100%-
XYZ42.1122.822.76-
YUV101.7880.73237.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.47%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=81.47%
G=12.78%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255401800.840.9305.5710053.53
HexFF28120545D066436
Octal377502201241350614466
Binary111111111010001001001010100101110101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2812; }

 p { color: rgb(255,40,18); }

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

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

 a { background-color: rgb(255,40,18); }

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

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

 span { border-color: rgb(255,40,18); }

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