Html Css Color HEX #FB3039 Alizarin

📋 copy color: '#FB3039'

red 251 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #FB3039

Tints of Alizarin #FB3039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 70.51%
G = 13.48%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB3039 (or 0xFB3039) is known color: Alizarin. HEX triplet: FB, 30 and 39. RGB value is (251,48,57). Sum of RGB (Red+Green+Blue) = 251+48+57=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3039 is #04CFC6. Grayscale: #6D6D6D. Windows color (decimal): -315335 or 3748091. OLE color: 3748091.

HSL color Cylindrical-coordinate representation of color #FB3039: hue angle of 357.34º 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 #FB3039 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 48 57 -
CMYK 0 0.81 0.77 0.02
HSL 357.34º 0.96% 0.59% -
HSV(B) 357.34º 0.81% 0.98% -
XYZ 41.58 22.92 6.1 -
YUV 109.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 251 48 57 0 0.81 0.77 0.02 357.34 0.96 0.59
Hex FB 30 39 0 51 4D 2 165 60 3B
Octal 373 60 71 0 121 115 2 545 140 73
Binary 11111011 110000 111001 0 1010001 1001101 10 101100101 1100000 111011

Color Harmonies of #FB3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3039

Black with #FB3039

Text Example


Text Example

White with #FB3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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