#FF280B

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

Shades of Scarlet #FF280B

Tints of Scarlet #FF280B

Color information

#FF280B (or 0xFF280B) is unknown color: approx Scarlet. HEX triplet: FF, 28 and 0B. RGB value is (255,40,11). Sum of RGB (Red+Green+Blue) = 255+40+11=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280B is #00D7F4. Grayscale: #656565. Windows color (decimal): -55285 or 731391. OLE color: 731391.

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

Color convert

RGB2554011-
CMYK00.840.960
HSL7.13º100%52.16%-
HSV(B)7.13º95.69%100%-
XYZ42.0622.82.5-
YUV100.9877.23237.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 11 (4.69% from 255) = 3.59%
R=83.33%
G=13.07%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255401100.840.9607.1310052.16
HexFF28B05460076434
Octal377501301241400714464
Binary11111111101000101101010100110000001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF280B; }

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

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

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

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

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

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

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

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