Html Css Color HEX #FB3040 Alizarin

📋 copy color: '#FB3040'

red 251 ◦ green 48 ◦ blue 64

#FB3040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #FB3040

Tints of Alizarin #FB3040

RGB

 RED value IS 251 (98.44% from 255) = 69.15%

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 69.15%
G = 13.22%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB3040 (or 0xFB3040) is known color: Alizarin. HEX triplet: FB, 30 and 40. RGB value is (251,48,64). Sum of RGB (Red+Green+Blue) = 251+48+64=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3040 is #04CFBF. Grayscale: #6E6E6E. Windows color (decimal): -315328 or 4206843. OLE color: 4206843.

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

Color convert

RGB 251 48 64 -
CMYK 0 0.81 0.75 0.02
HSL 355.27º 0.96% 0.59% -
HSV(B) 355.27º 0.81% 0.98% -
XYZ 41.77 22.99 7.09 -
YUV 110.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 251 48 64 0 0.81 0.75 0.02 355.27 0.96 0.59
Hex FB 30 40 0 51 4B 2 163 60 3B
Octal 373 60 100 0 121 113 2 543 140 73
Binary 11111011 110000 1000000 0 1010001 1001011 10 101100011 1100000 111011

Color Harmonies of #FB3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3040

Black with #FB3040

Text Example


Text Example

White with #FB3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3040; }

 p { color: rgb(251,48,64); }

 H1.HeaderClassName
 {
   color: #FB3040;
 }
 .AnyTagClassName
 {
   color: #FB3040;
 }
</style>

background-color css

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

 a { background-color: rgb(251,48,64); }

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

border-color css

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

 span { border-color: rgb(251,48,64); }

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