Html Css Color HEX #F9272B Alizarin

📋 copy color: '#F9272B'

red 249 ◦ green 39 ◦ blue 43

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

Shades of Alizarin #F9272B

Tints of Alizarin #F9272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 75.23%
G = 11.78%
B = 12.99%

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

#F9272B (or 0xF9272B) is known color: Alizarin. HEX triplet: F9, 27 and 2B. RGB value is (249,39,43). Sum of RGB (Red+Green+Blue) = 249+39+43=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9272B is #06D8D4. Grayscale: #666666. Windows color (decimal): -448725 or 2828281. OLE color: 2828281.

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

Color convert

RGB 249 39 43 -
CMYK 0 0.84 0.83 0.02
HSL 358.86º 0.95% 0.56% -
HSV(B) 358.86º 0.84% 0.98% -
XYZ 40.23 21.77 4.37 -
YUV 102.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 249 39 43 0 0.84 0.83 0.02 358.86 0.95 0.56
Hex F9 27 2B 0 54 53 2 167 5F 38
Octal 371 47 53 0 124 123 2 547 137 70
Binary 11111001 100111 101011 0 1010100 1010011 10 101100111 1011111 111000

Color Harmonies of #F9272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9272B

Black with #F9272B

Text Example


Text Example

White with #F9272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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