#FF3300

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

Shades of Scarlet #FF3300

Tints of Scarlet #FF3300

Color information

#FF3300 (or 0xFF3300) is unknown color: approx Scarlet. HEX triplet: FF, 33 and 00. RGB value is (255,51,0). Sum of RGB (Red+Green+Blue) = 255+51+0=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3300 is a web safe color. Inversed color of #FF3300 is #00CCFF. Grayscale: #6A6A6A. Windows color (decimal): -52480 or 13311. OLE color: 13311.

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

Color convert

RGB255510-
CMYK00.810
HSL12º100%50%-
HSV(B)12º100%100%-
XYZ42.4223.632.32-
YUV106.1868.09234.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25551000.8101210050
HexFF330050640c6432
Octal377630012014401414462
Binary111111111100110010100001100100011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3300; }

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

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

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

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

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

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

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

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