Html Css Color HEX #FB272A Alizarin

📋 copy color: '#FB272A'

red 251 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #FB272A

Tints of Alizarin #FB272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 75.6%
G = 11.75%
B = 12.65%

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

#FB272A (or 0xFB272A) is known color: Alizarin. HEX triplet: FB, 27 and 2A. RGB value is (251,39,42). Sum of RGB (Red+Green+Blue) = 251+39+42=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB272A is #04D8D5. Grayscale: #666666. Windows color (decimal): -317654 or 2762747. OLE color: 2762747.

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

Color convert

RGB 251 39 42 -
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.93 22.13 4.3 -
YUV 102.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 251 39 42 0 0.84 0.83 0.02 359.15 0.96 0.57
Hex FB 27 2A 0 54 53 2 167 60 39
Octal 373 47 52 0 124 123 2 547 140 71
Binary 11111011 100111 101010 0 1010100 1010011 10 101100111 1100000 111001

Color Harmonies of #FB272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB272A

Black with #FB272A

Text Example


Text Example

White with #FB272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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