Html Css Color HEX #FB2938 Alizarin

📋 copy color: '#FB2938'

red 251 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #FB2938

Tints of Alizarin #FB2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 72.13%
G = 11.78%
B = 16.09%

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

#FB2938 (or 0xFB2938) is known color: Alizarin. HEX triplet: FB, 29 and 38. RGB value is (251,41,56). Sum of RGB (Red+Green+Blue) = 251+41+56=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2938 is #04D6C7. Grayscale: #696969. Windows color (decimal): -317128 or 3680763. OLE color: 3680763.

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

Color convert

RGB 251 41 56 -
CMYK 0 0.84 0.78 0.02
HSL 355.71º 0.96% 0.57% -
HSV(B) 355.71º 0.84% 0.98% -
XYZ 41.29 22.38 5.89 -
YUV 105.5 100.07 231.78 -
System Red Green Blue C M Y K H S L
Decimal 251 41 56 0 0.84 0.78 0.02 355.71 0.96 0.57
Hex FB 29 38 0 54 4E 2 164 60 39
Octal 373 51 70 0 124 116 2 544 140 71
Binary 11111011 101001 111000 0 1010100 1001110 10 101100100 1100000 111001

Color Harmonies of #FB2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2938

Black with #FB2938

Text Example


Text Example

White with #FB2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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