Html Css Color HEX #F4292D Alizarin

📋 copy color: '#F4292D'

red 244 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #F4292D

Tints of Alizarin #F4292D

RGB

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

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

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

R = 73.94%
G = 12.42%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4292D (or 0xF4292D) is known color: Alizarin. HEX triplet: F4, 29 and 2D. RGB value is (244,41,45). Sum of RGB (Red+Green+Blue) = 244+41+45=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F4292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4292D is #0BD6D2. Grayscale: #666666. Windows color (decimal): -775891 or 2959860. OLE color: 2959860.

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

Color convert

RGB 244 41 45 -
CMYK 0 0.83 0.82 0.04
HSL 358.82º 0.9% 0.56% -
HSV(B) 358.82º 0.83% 0.96% -
XYZ 38.57 21.01 4.5 -
YUV 102.15 95.75 229.17 -
System Red Green Blue C M Y K H S L
Decimal 244 41 45 0 0.83 0.82 0.04 358.82 0.9 0.56
Hex F4 29 2D 0 53 52 4 167 5A 38
Octal 364 51 55 0 123 122 4 547 132 70
Binary 11110100 101001 101101 0 1010011 1010010 100 101100111 1011010 111000

Color Harmonies of #F4292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4292D

Black with #F4292D

Text Example


Text Example

White with #F4292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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