#FB250D

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

Shades of Scarlet #FB250D

Tints of Scarlet #FB250D

Color information

#FB250D (or 0xFB250D) is unknown color: approx Scarlet. HEX triplet: FB, 25 and 0D. RGB value is (251,37,13). Sum of RGB (Red+Green+Blue) = 251+37+13=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB250D is #04DAF2. Grayscale: #626262. Windows color (decimal): -318195 or 861691. OLE color: 861691.

HSL color Cylindrical-coordinate representation of color #FB250D: hue angle of 6.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB2513713-
CMYK00.850.950.02
HSL6.05º96.75%51.76%-
HSV(B)6.05º94.82%98.43%-
XYZ40.5221.862.46-
YUV98.2579.9236.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 83.39%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=83.39%
G=12.29%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251371300.850.950.026.0596.7551.76
HexFB25D0555F266134
Octal373451501251372614164
Binary111110111001011101010101011011111101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB250D; }

 p { color: rgb(251,37,13); }

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

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

 a { background-color: rgb(251,37,13); }

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

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

 span { border-color: rgb(251,37,13); }

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