Html Css Color HEX #FB2934 Alizarin

📋 copy color: '#FB2934'

red 251 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #FB2934

Tints of Alizarin #FB2934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 72.97%
G = 11.92%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB2934 (or 0xFB2934) is known color: Alizarin. HEX triplet: FB, 29 and 34. RGB value is (251,41,52). Sum of RGB (Red+Green+Blue) = 251+41+52=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2934 is #04D6CB. Grayscale: #696969. Windows color (decimal): -317132 or 3418619. OLE color: 3418619.

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

Color convert

RGB 251 41 52 -
CMYK 0 0.84 0.79 0.02
HSL 356.86º 0.96% 0.57% -
HSV(B) 356.86º 0.84% 0.98% -
XYZ 41.2 22.34 5.39 -
YUV 105.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 251 41 52 0 0.84 0.79 0.02 356.86 0.96 0.57
Hex FB 29 34 0 54 4F 2 165 60 39
Octal 373 51 64 0 124 117 2 545 140 71
Binary 11111011 101001 110100 0 1010100 1001111 10 101100101 1100000 111001

Color Harmonies of #FB2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2934

Black with #FB2934

Text Example


Text Example

White with #FB2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2934; }

 p { color: rgb(251,41,52); }

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

background-color css

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

 a { background-color: rgb(251,41,52); }

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

border-color css

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

 span { border-color: rgb(251,41,52); }

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