Html Css Color HEX #F4202C Alizarin

📋 copy color: '#F4202C'

red 244 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #F4202C

Tints of Alizarin #F4202C

RGB

 RED value IS 244 (95.7% from 255) = 76.25%

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 76.25%
G = 10%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4202C (or 0xF4202C) is known color: Alizarin. HEX triplet: F4, 20 and 2C. RGB value is (244,32,44). Sum of RGB (Red+Green+Blue) = 244+32+44=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4202C is #0BDFD3. Grayscale: #606060. Windows color (decimal): -778196 or 2892020. OLE color: 2892020.

HSL color Cylindrical-coordinate representation of color #F4202C: hue angle of 356.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4202C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 44 -
CMYK 0 0.87 0.82 0.04
HSL 356.6º 0.91% 0.54% -
HSV(B) 356.6º 0.87% 0.96% -
XYZ 38.28 20.45 4.31 -
YUV 96.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 244 32 44 0 0.87 0.82 0.04 356.6 0.91 0.54
Hex F4 20 2C 0 57 52 4 165 5B 36
Octal 364 40 54 0 127 122 4 545 133 66
Binary 11110100 100000 101100 0 1010111 1010010 100 101100101 1011011 110110

Color Harmonies of #F4202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4202C

Black with #F4202C

Text Example


Text Example

White with #F4202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4202C; }

 p { color: rgb(244,32,44); }

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

background-color css

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

 a { background-color: rgb(244,32,44); }

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

border-color css

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

 span { border-color: rgb(244,32,44); }

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