Html Css Color HEX #F4212B Alizarin

📋 copy color: '#F4212B'

red 244 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #F4212B

Tints of Alizarin #F4212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 76.25%
G = 10.31%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4212B (or 0xF4212B) is known color: Alizarin. HEX triplet: F4, 21 and 2B. RGB value is (244,33,43). Sum of RGB (Red+Green+Blue) = 244+33+43=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4212B is #0BDED4. Grayscale: #616161. Windows color (decimal): -777941 or 2826740. OLE color: 2826740.

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

Color convert

RGB 244 33 43 -
CMYK 0 0.86 0.82 0.04
HSL 357.16º 0.91% 0.54% -
HSV(B) 357.16º 0.86% 0.96% -
XYZ 38.29 20.5 4.22 -
YUV 97.23 97.4 232.69 -
System Red Green Blue C M Y K H S L
Decimal 244 33 43 0 0.86 0.82 0.04 357.16 0.91 0.54
Hex F4 21 2B 0 56 52 4 165 5B 36
Octal 364 41 53 0 126 122 4 545 133 66
Binary 11110100 100001 101011 0 1010110 1010010 100 101100101 1011011 110110

Color Harmonies of #F4212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4212B

Black with #F4212B

Text Example


Text Example

White with #F4212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4212B; }

 p { color: rgb(244,33,43); }

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

background-color css

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

 a { background-color: rgb(244,33,43); }

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

border-color css

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

 span { border-color: rgb(244,33,43); }

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