#FF2700

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

Shades of Scarlet #FF2700

Tints of Scarlet #FF2700

Color information

#FF2700 (or 0xFF2700) is unknown color: approx Scarlet. HEX triplet: FF, 27 and 00. RGB value is (255,39,0). Sum of RGB (Red+Green+Blue) = 255+39+0=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2700 is #00D8FF. Grayscale: #636363. Windows color (decimal): -55552 or 10239. OLE color: 10239.

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

Color convert

RGB255390-
CMYK00.8510
HSL9.18º100%50%-
HSV(B)9.18º100%100%-
XYZ41.9722.712.17-
YUV99.1472.06239.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.73%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.73%
G=13.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25539000.85109.1810050
HexFF27005564096432
Octal377470012514401114462
Binary111111111001110010101011100100010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2700; }

 p { color: rgb(255,39,0); }

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

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

 a { background-color: rgb(255,39,0); }

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

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

 span { border-color: rgb(255,39,0); }

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