Html Css Color HEX #FB273F Alizarin

📋 copy color: '#FB273F'

red 251 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #FB273F

Tints of Alizarin #FB273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 71.1%
G = 11.05%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB273F (or 0xFB273F) is known color: Alizarin. HEX triplet: FB, 27 and 3F. RGB value is (251,39,63). Sum of RGB (Red+Green+Blue) = 251+39+63=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB273F is #04D8C0. Grayscale: #696969. Windows color (decimal): -317633 or 4139003. OLE color: 4139003.

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

Color convert

RGB 251 39 63 -
CMYK 0 0.84 0.75 0.02
HSL 353.21º 0.96% 0.57% -
HSV(B) 353.21º 0.84% 0.98% -
XYZ 41.41 22.32 6.83 -
YUV 105.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 251 39 63 0 0.84 0.75 0.02 353.21 0.96 0.57
Hex FB 27 3F 0 54 4B 2 161 60 39
Octal 373 47 77 0 124 113 2 541 140 71
Binary 11111011 100111 111111 0 1010100 1001011 10 101100001 1100000 111001

Color Harmonies of #FB273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB273F

Black with #FB273F

Text Example


Text Example

White with #FB273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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