Html Css Color HEX #F4292E Alizarin

📋 copy color: '#F4292E'

red 244 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #F4292E

Tints of Alizarin #F4292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 73.72%
G = 12.39%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4292E (or 0xF4292E) is known color: Alizarin. HEX triplet: F4, 29 and 2E. RGB value is (244,41,46). Sum of RGB (Red+Green+Blue) = 244+41+46=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F4292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4292E is #0BD6D1. Grayscale: #666666. Windows color (decimal): -775890 or 3025396. OLE color: 3025396.

HSL color Cylindrical-coordinate representation of color #F4292E: hue angle of 358.52º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4292E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 41 46 -
CMYK 0 0.83 0.81 0.04
HSL 358.52º 0.9% 0.56% -
HSV(B) 358.52º 0.83% 0.96% -
XYZ 38.59 21.02 4.61 -
YUV 102.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 244 41 46 0 0.83 0.81 0.04 358.52 0.9 0.56
Hex F4 29 2E 0 53 51 4 167 5A 38
Octal 364 51 56 0 123 121 4 547 132 70
Binary 11110100 101001 101110 0 1010011 1010001 100 101100111 1011010 111000

Color Harmonies of #F4292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4292E

Black with #F4292E

Text Example


Text Example

White with #F4292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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