Html Css Color HEX #F9272C Alizarin

📋 copy color: '#F9272C'

red 249 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #F9272C

Tints of Alizarin #F9272C

RGB

 RED value IS 249 (97.66% from 255) = 75%

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

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

R = 75%
G = 11.75%
B = 13.25%

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

#F9272C (or 0xF9272C) is known color: Alizarin. HEX triplet: F9, 27 and 2C. RGB value is (249,39,44). Sum of RGB (Red+Green+Blue) = 249+39+44=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F9272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9272C is #06D8D3. Grayscale: #666666. Windows color (decimal): -448724 or 2893817. OLE color: 2893817.

HSL color Cylindrical-coordinate representation of color #F9272C: hue angle of 358.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9272C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 39 44 -
CMYK 0 0.84 0.82 0.02
HSL 358.57º 0.95% 0.56% -
HSV(B) 358.57º 0.84% 0.98% -
XYZ 40.25 21.77 4.46 -
YUV 102.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 249 39 44 0 0.84 0.82 0.02 358.57 0.95 0.56
Hex F9 27 2C 0 54 52 2 167 5F 38
Octal 371 47 54 0 124 122 2 547 137 70
Binary 11111001 100111 101100 0 1010100 1010010 10 101100111 1011111 111000

Color Harmonies of #F9272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9272C

Black with #F9272C

Text Example


Text Example

White with #F9272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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