Html Css Color HEX #F4292F Alizarin

📋 copy color: '#F4292F'

red 244 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #F4292F

Tints of Alizarin #F4292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 73.49%
G = 12.35%
B = 14.16%

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

#F4292F (or 0xF4292F) is known color: Alizarin. HEX triplet: F4, 29 and 2F. RGB value is (244,41,47). Sum of RGB (Red+Green+Blue) = 244+41+47=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F4292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4292F is #0BD6D0. Grayscale: #666666. Windows color (decimal): -775889 or 3090932. OLE color: 3090932.

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

Color convert

RGB 244 41 47 -
CMYK 0 0.83 0.81 0.04
HSL 358.23º 0.9% 0.56% -
HSV(B) 358.23º 0.83% 0.96% -
XYZ 38.61 21.02 4.71 -
YUV 102.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 244 41 47 0 0.83 0.81 0.04 358.23 0.9 0.56
Hex F4 29 2F 0 53 51 4 166 5A 38
Octal 364 51 57 0 123 121 4 546 132 70
Binary 11110100 101001 101111 0 1010011 1010001 100 101100110 1011010 111000

Color Harmonies of #F4292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4292F

Black with #F4292F

Text Example


Text Example

White with #F4292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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