#FF2D0F

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

Shades of Scarlet #FF2D0F

Tints of Scarlet #FF2D0F

Color information

#FF2D0F (or 0xFF2D0F) is unknown color: approx Scarlet. HEX triplet: FF, 2D and 0F. RGB value is (255,45,15). Sum of RGB (Red+Green+Blue) = 255+45+15=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D0F is #00D2F0. Grayscale: #686868. Windows color (decimal): -54001 or 994815. OLE color: 994815.

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

Color convert

RGB2554515-
CMYK00.820.940
HSL7.5º100%52.94%-
HSV(B)7.5º94.12%100%-
XYZ42.2623.172.7-
YUV104.3777.57235.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.95%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=80.95%
G=14.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255451500.820.9407.510052.94
HexFF2DF0525E086435
Octal3775517012213601014465
Binary111111111011011111010100101011110010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2D0F; }

 p { color: rgb(255,45,15); }

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

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

 a { background-color: rgb(255,45,15); }

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

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

 span { border-color: rgb(255,45,15); }

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