Html Css Color HEX #F9242C Alizarin

📋 copy color: '#F9242C'

red 249 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #F9242C

Tints of Alizarin #F9242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 75.68%
G = 10.94%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9242C (or 0xF9242C) is known color: Alizarin. HEX triplet: F9, 24 and 2C. RGB value is (249,36,44). Sum of RGB (Red+Green+Blue) = 249+36+44=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9242C is #06DBD3. Grayscale: #646464. Windows color (decimal): -449492 or 2893049. OLE color: 2893049.

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

Color convert

RGB 249 36 44 -
CMYK 0 0.86 0.82 0.02
HSL 357.75º 0.95% 0.56% -
HSV(B) 357.75º 0.86% 0.98% -
XYZ 40.15 21.58 4.43 -
YUV 100.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 249 36 44 0 0.86 0.82 0.02 357.75 0.95 0.56
Hex F9 24 2C 0 56 52 2 166 5F 38
Octal 371 44 54 0 126 122 2 546 137 70
Binary 11111001 100100 101100 0 1010110 1010010 10 101100110 1011111 111000

Color Harmonies of #F9242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9242C

Black with #F9242C

Text Example


Text Example

White with #F9242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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