Html Css Color HEX #FB282B Alizarin

📋 copy color: '#FB282B'

red 251 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #FB282B

Tints of Alizarin #FB282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 75.15%
G = 11.98%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB282B (or 0xFB282B) is known color: Alizarin. HEX triplet: FB, 28 and 2B. RGB value is (251,40,43). Sum of RGB (Red+Green+Blue) = 251+40+43=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB282B is #04D7D4. Grayscale: #676767. Windows color (decimal): -317397 or 2828539. OLE color: 2828539.

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

Color convert

RGB 251 40 43 -
CMYK 0 0.84 0.83 0.02
HSL 359.15º 0.96% 0.57% -
HSV(B) 359.15º 0.84% 0.98% -
XYZ 40.98 22.2 4.41 -
YUV 103.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 251 40 43 0 0.84 0.83 0.02 359.15 0.96 0.57
Hex FB 28 2B 0 54 53 2 167 60 39
Octal 373 50 53 0 124 123 2 547 140 71
Binary 11111011 101000 101011 0 1010100 1010011 10 101100111 1100000 111001

Color Harmonies of #FB282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB282B

Black with #FB282B

Text Example


Text Example

White with #FB282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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