Html Css Color HEX #F9252D Alizarin

📋 copy color: '#F9252D'

red 249 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #F9252D

Tints of Alizarin #F9252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 75.23%
G = 11.18%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9252D (or 0xF9252D) is known color: Alizarin. HEX triplet: F9, 25 and 2D. RGB value is (249,37,45). Sum of RGB (Red+Green+Blue) = 249+37+45=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9252D is #06DAD2. Grayscale: #656565. Windows color (decimal): -449235 or 2958841. OLE color: 2958841.

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

Color convert

RGB 249 37 45 -
CMYK 0 0.85 0.82 0.02
HSL 357.74º 0.95% 0.56% -
HSV(B) 357.74º 0.85% 0.98% -
XYZ 40.2 21.65 4.54 -
YUV 101.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 249 37 45 0 0.85 0.82 0.02 357.74 0.95 0.56
Hex F9 25 2D 0 55 52 2 166 5F 38
Octal 371 45 55 0 125 122 2 546 137 70
Binary 11111001 100101 101101 0 1010101 1010010 10 101100110 1011111 111000

Color Harmonies of #F9252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9252D

Black with #F9252D

Text Example


Text Example

White with #F9252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9252D; }

 p { color: rgb(249,37,45); }

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

background-color css

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

 a { background-color: rgb(249,37,45); }

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

border-color css

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

 span { border-color: rgb(249,37,45); }

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