#FF3000

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

Shades of Scarlet #FF3000

Tints of Scarlet #FF3000

Color information

#FF3000 (or 0xFF3000) is unknown color: approx Scarlet. HEX triplet: FF, 30 and 00. RGB value is (255,48,0). Sum of RGB (Red+Green+Blue) = 255+48+0=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3000 is #00CFFF. Grayscale: #686868. Windows color (decimal): -53248 or 12543. OLE color: 12543.

HSL color Cylindrical-coordinate representation of color #FF3000: hue angle of 11.29º 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 #FF3000 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB255480-
CMYK00.8110
HSL11.29º100%50%-
HSV(B)11.29º100%100%-
XYZ42.323.372.28-
YUV104.4269.08235.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 84.16%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.16%
G=15.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25548000.811011.2910050
HexFF300051640b6432
Octal377600012114401314462
Binary111111111100000010100011100100010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3000; }

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

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

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

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

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

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

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

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