Html Css Color HEX #FB2830 Alizarin

📋 copy color: '#FB2830'

red 251 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #FB2830

Tints of Alizarin #FB2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 74.04%
G = 11.8%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB2830 (or 0xFB2830) is known color: Alizarin. HEX triplet: FB, 28 and 30. RGB value is (251,40,48). Sum of RGB (Red+Green+Blue) = 251+40+48=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2830 is #04D7CF. Grayscale: #686868. Windows color (decimal): -317392 or 3156219. OLE color: 3156219.

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

Color convert

RGB 251 40 48 -
CMYK 0 0.84 0.81 0.02
HSL 357.73º 0.96% 0.57% -
HSV(B) 357.73º 0.84% 0.98% -
XYZ 41.08 22.24 4.92 -
YUV 104 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 251 40 48 0 0.84 0.81 0.02 357.73 0.96 0.57
Hex FB 28 30 0 54 51 2 166 60 39
Octal 373 50 60 0 124 121 2 546 140 71
Binary 11111011 101000 110000 0 1010100 1010001 10 101100110 1100000 111001

Color Harmonies of #FB2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2830

Black with #FB2830

Text Example


Text Example

White with #FB2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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