Html Css Color HEX #FB273B Alizarin

📋 copy color: '#FB273B'

red 251 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #FB273B

Tints of Alizarin #FB273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 71.92%
G = 11.17%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB273B (or 0xFB273B) is known color: Alizarin. HEX triplet: FB, 27 and 3B. RGB value is (251,39,59). Sum of RGB (Red+Green+Blue) = 251+39+59=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB273B is #04D8C4. Grayscale: #686868. Windows color (decimal): -317637 or 3876859. OLE color: 3876859.

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

Color convert

RGB 251 39 59 -
CMYK 0 0.84 0.76 0.02
HSL 354.34º 0.96% 0.57% -
HSV(B) 354.34º 0.84% 0.98% -
XYZ 41.3 22.28 6.26 -
YUV 104.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 251 39 59 0 0.84 0.76 0.02 354.34 0.96 0.57
Hex FB 27 3B 0 54 4C 2 162 60 39
Octal 373 47 73 0 124 114 2 542 140 71
Binary 11111011 100111 111011 0 1010100 1001100 10 101100010 1100000 111001

Color Harmonies of #FB273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB273B

Black with #FB273B

Text Example


Text Example

White with #FB273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB273B; }

 p { color: rgb(251,39,59); }

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

background-color css

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

 a { background-color: rgb(251,39,59); }

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

border-color css

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

 span { border-color: rgb(251,39,59); }

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