Html Css Color HEX #FB272C Alizarin

📋 copy color: '#FB272C'

red 251 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #FB272C

Tints of Alizarin #FB272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 75.15%
G = 11.68%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB272C (or 0xFB272C) is known color: Alizarin. HEX triplet: FB, 27 and 2C. RGB value is (251,39,44). Sum of RGB (Red+Green+Blue) = 251+39+44=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB272C is #04D8D3. Grayscale: #676767. Windows color (decimal): -317652 or 2893819. OLE color: 2893819.

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

Color convert

RGB 251 39 44 -
CMYK 0 0.84 0.82 0.02
HSL 358.58º 0.96% 0.57% -
HSV(B) 358.58º 0.84% 0.98% -
XYZ 40.96 22.14 4.5 -
YUV 102.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 251 39 44 0 0.84 0.82 0.02 358.58 0.96 0.57
Hex FB 27 2C 0 54 52 2 167 60 39
Octal 373 47 54 0 124 122 2 547 140 71
Binary 11111011 100111 101100 0 1010100 1010010 10 101100111 1100000 111001

Color Harmonies of #FB272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB272C

Black with #FB272C

Text Example


Text Example

White with #FB272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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