#FF2814

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

Shades of Scarlet #FF2814

Tints of Scarlet #FF2814

Color information

#FF2814 (or 0xFF2814) is unknown color: approx Scarlet. HEX triplet: FF, 28 and 14. RGB value is (255,40,20). Sum of RGB (Red+Green+Blue) = 255+40+20=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2814 is #00D7EB. Grayscale: #666666. Windows color (decimal): -55276 or 1321215. OLE color: 1321215.

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

Color convert

RGB2554020-
CMYK00.840.920
HSL5.11º100%53.92%-
HSV(B)5.11º92.16%100%-
XYZ42.1322.832.85-
YUV10281.73237.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.95%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=80.95%
G=12.70%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255402000.840.9205.1110053.92
HexFF28140545C056436
Octal377502401241340514466
Binary111111111010001010001010100101110001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2814; }

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

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

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

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

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

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

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

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