#FB251C

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

Shades of Scarlet #FB251C

Tints of Scarlet #FB251C

Color information

#FB251C (or 0xFB251C) is unknown color: approx Scarlet. HEX triplet: FB, 25 and 1C. RGB value is (251,37,28). Sum of RGB (Red+Green+Blue) = 251+37+28=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB251C is #04DAE3. Grayscale: #646464. Windows color (decimal): -318180 or 1844731. OLE color: 1844731.

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

Color convert

RGB2513728-
CMYK00.850.890.02
HSL2.42º96.54%54.71%-
HSV(B)2.42º88.84%98.43%-
XYZ40.6521.923.19-
YUV99.9687.4235.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 79.43%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 28 (11.33% from 255) = 8.86%
R=79.43%
G=11.71%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251372800.850.890.022.4296.5454.71
HexFB251C05559226137
Octal373453401251312214167
Binary111110111001011110001010101101100110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB251C; }

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

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

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

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

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

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

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

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