Html Css Color HEX #F9272A Alizarin

📋 copy color: '#F9272A'

red 249 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #F9272A

Tints of Alizarin #F9272A

RGB

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

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

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

R = 75.45%
G = 11.82%
B = 12.73%

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

#F9272A (or 0xF9272A) is known color: Alizarin. HEX triplet: F9, 27 and 2A. RGB value is (249,39,42). Sum of RGB (Red+Green+Blue) = 249+39+42=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9272A is #06D8D5. Grayscale: #666666. Windows color (decimal): -448726 or 2762745. OLE color: 2762745.

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

Color convert

RGB 249 39 42 -
CMYK 0 0.84 0.83 0.02
HSL 359.14º 0.95% 0.56% -
HSV(B) 359.14º 0.84% 0.98% -
XYZ 40.21 21.76 4.27 -
YUV 102.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 249 39 42 0 0.84 0.83 0.02 359.14 0.95 0.56
Hex F9 27 2A 0 54 53 2 167 5F 38
Octal 371 47 52 0 124 123 2 547 137 70
Binary 11111001 100111 101010 0 1010100 1010011 10 101100111 1011111 111000

Color Harmonies of #F9272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9272A

Black with #F9272A

Text Example


Text Example

White with #F9272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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