Html Css Color HEX #FB2836 Alizarin

📋 copy color: '#FB2836'

red 251 ◦ green 40 ◦ blue 54

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

Shades of Alizarin #FB2836

Tints of Alizarin #FB2836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 72.75%
G = 11.59%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB2836 (or 0xFB2836) is known color: Alizarin. HEX triplet: FB, 28 and 36. RGB value is (251,40,54). Sum of RGB (Red+Green+Blue) = 251+40+54=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2836 is #04D7C9. Grayscale: #686868. Windows color (decimal): -317386 or 3549435. OLE color: 3549435.

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

Color convert

RGB 251 40 54 -
CMYK 0 0.84 0.78 0.02
HSL 356.02º 0.96% 0.57% -
HSV(B) 356.02º 0.84% 0.98% -
XYZ 41.21 22.29 5.62 -
YUV 104.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 251 40 54 0 0.84 0.78 0.02 356.02 0.96 0.57
Hex FB 28 36 0 54 4E 2 164 60 39
Octal 373 50 66 0 124 116 2 544 140 71
Binary 11111011 101000 110110 0 1010100 1001110 10 101100100 1100000 111001

Color Harmonies of #FB2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2836

Black with #FB2836

Text Example


Text Example

White with #FB2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2836; }

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

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

background-color css

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

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

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

border-color css

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

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

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