Html Css Color HEX #FB2F36 Alizarin

📋 copy color: '#FB2F36'

red 251 ◦ green 47 ◦ blue 54

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

Shades of Alizarin #FB2F36

Tints of Alizarin #FB2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 54 (21.48% from 255) = 15.34%

R = 71.31%
G = 13.35%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB2F36 (or 0xFB2F36) is known color: Alizarin. HEX triplet: FB, 2F and 36. RGB value is (251,47,54). Sum of RGB (Red+Green+Blue) = 251+47+54=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F36 is #04D0C9. Grayscale: #6C6C6C. Windows color (decimal): -315594 or 3551227. OLE color: 3551227.

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

Color convert

RGB 251 47 54 -
CMYK 0 0.81 0.78 0.02
HSL 357.94º 0.96% 0.58% -
HSV(B) 357.94º 0.81% 0.98% -
XYZ 41.47 22.81 5.71 -
YUV 108.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 251 47 54 0 0.81 0.78 0.02 357.94 0.96 0.58
Hex FB 2F 36 0 51 4E 2 166 60 3A
Octal 373 57 66 0 121 116 2 546 140 72
Binary 11111011 101111 110110 0 1010001 1001110 10 101100110 1100000 111010

Color Harmonies of #FB2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F36

Black with #FB2F36

Text Example


Text Example

White with #FB2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F36; }

 p { color: rgb(251,47,54); }

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

background-color css

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

 a { background-color: rgb(251,47,54); }

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

border-color css

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

 span { border-color: rgb(251,47,54); }

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