Html Css Color HEX #FA272F Alizarin

📋 copy color: '#FA272F'

red 250 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #FA272F

Tints of Alizarin #FA272F

RGB

 RED value IS 250 (98.05% from 255) = 74.4%

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 74.4%
G = 11.61%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA272F (or 0xFA272F) is known color: Alizarin. HEX triplet: FA, 27 and 2F. RGB value is (250,39,47). Sum of RGB (Red+Green+Blue) = 250+39+47=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA272F is #05D8D0. Grayscale: #676767. Windows color (decimal): -383185 or 3090426. OLE color: 3090426.

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

Color convert

RGB 250 39 47 -
CMYK 0 0.84 0.81 0.02
HSL 357.73º 0.95% 0.57% -
HSV(B) 357.73º 0.84% 0.98% -
XYZ 40.66 21.98 4.79 -
YUV 103 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 250 39 47 0 0.84 0.81 0.02 357.73 0.95 0.57
Hex FA 27 2F 0 54 51 2 166 5F 39
Octal 372 47 57 0 124 121 2 546 137 71
Binary 11111010 100111 101111 0 1010100 1010001 10 101100110 1011111 111001

Color Harmonies of #FA272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA272F

Black with #FA272F

Text Example


Text Example

White with #FA272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA272F; }

 p { color: rgb(250,39,47); }

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

background-color css

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

 a { background-color: rgb(250,39,47); }

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

border-color css

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

 span { border-color: rgb(250,39,47); }

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