#FB3D3E

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

Shades of Alizarin #FB3D3E

Tints of Alizarin #FB3D3E

Color information

#FB3D3E (or 0xFB3D3E) is unknown color: approx Alizarin. HEX triplet: FB, 3D and 3E. RGB value is (251,61,62). Sum of RGB (Red+Green+Blue) = 251+61+62=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D3E is #04C2C1. Grayscale: #767676. Windows color (decimal): -312002 or 4079099. OLE color: 4079099.

HSL color Cylindrical-coordinate representation of color #FB3D3E: hue angle of 359.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3D3E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB2516162-
CMYK00.760.750.02
HSL359.68º95.96%61.18%-
HSV(B)359.68º75.7%98.43%-
XYZ42.3224.197-
YUV117.9296.45222.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.11%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=67.11%
G=16.31%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251616200.760.750.02359.6895.9661.18
HexFB3D3E04C4B2168603d
Octal37375760114113255014075
Binary11111011111101111110010011001001011101011010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3D3E; }

 p { color: rgb(251,61,62); }

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

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

 a { background-color: rgb(251,61,62); }

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

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

 span { border-color: rgb(251,61,62); }

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