Html Css Color HEX #F4202E Alizarin

📋 copy color: '#F4202E'

red 244 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #F4202E

Tints of Alizarin #F4202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 75.78%
G = 9.94%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4202E (or 0xF4202E) is known color: Alizarin. HEX triplet: F4, 20 and 2E. RGB value is (244,32,46). Sum of RGB (Red+Green+Blue) = 244+32+46=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F4202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4202E is #0BDFD1. Grayscale: #616161. Windows color (decimal): -778194 or 3023092. OLE color: 3023092.

HSL color Cylindrical-coordinate representation of color #F4202E: hue angle of 356.04º 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 #F4202E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 46 -
CMYK 0 0.87 0.81 0.04
HSL 356.04º 0.91% 0.54% -
HSV(B) 356.04º 0.87% 0.96% -
XYZ 38.32 20.46 4.52 -
YUV 96.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 244 32 46 0 0.87 0.81 0.04 356.04 0.91 0.54
Hex F4 20 2E 0 57 51 4 164 5B 36
Octal 364 40 56 0 127 121 4 544 133 66
Binary 11110100 100000 101110 0 1010111 1010001 100 101100100 1011011 110110

Color Harmonies of #F4202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4202E

Black with #F4202E

Text Example


Text Example

White with #F4202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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