Html Css Color HEX #FA272E Alizarin

📋 copy color: '#FA272E'

red 250 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #FA272E

Tints of Alizarin #FA272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 74.63%
G = 11.64%
B = 13.73%

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

#FA272E (or 0xFA272E) is known color: Alizarin. HEX triplet: FA, 27 and 2E. RGB value is (250,39,46). Sum of RGB (Red+Green+Blue) = 250+39+46=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA272E is #05D8D1. Grayscale: #676767. Windows color (decimal): -383186 or 3024890. OLE color: 3024890.

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

Color convert

RGB 250 39 46 -
CMYK 0 0.84 0.82 0.02
HSL 358.01º 0.95% 0.57% -
HSV(B) 358.01º 0.84% 0.98% -
XYZ 40.64 21.97 4.68 -
YUV 102.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 250 39 46 0 0.84 0.82 0.02 358.01 0.95 0.57
Hex FA 27 2E 0 54 52 2 166 5F 39
Octal 372 47 56 0 124 122 2 546 137 71
Binary 11111010 100111 101110 0 1010100 1010010 10 101100110 1011111 111001

Color Harmonies of #FA272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA272E

Black with #FA272E

Text Example


Text Example

White with #FA272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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