Html Css Color HEX #F43238 Alizarin

📋 copy color: '#F43238'

red 244 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #F43238

Tints of Alizarin #F43238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 56 (22.27% from 255) = 16%

R = 69.71%
G = 14.29%
B = 16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F43238 (or 0xF43238) is known color: Alizarin. HEX triplet: F4, 32 and 38. RGB value is (244,50,56). Sum of RGB (Red+Green+Blue) = 244+50+56=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F43238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43238 is #0BCDC7. Grayscale: #6C6C6C. Windows color (decimal): -773576 or 3683060. OLE color: 3683060.

HSL color Cylindrical-coordinate representation of color #F43238: hue angle of 358.14º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43238 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 56 -
CMYK 0 0.80 0.77 0.04
HSL 358.14º 0.9% 0.58% -
HSV(B) 358.14º 0.8% 0.96% -
XYZ 39.16 21.8 5.89 -
YUV 108.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 244 50 56 0 0.80 0.77 0.04 358.14 0.9 0.58
Hex F4 32 38 0 50 4D 4 166 5A 3A
Octal 364 62 70 0 120 115 4 546 132 72
Binary 11110100 110010 111000 0 1010000 1001101 100 101100110 1011010 111010

Color Harmonies of #F43238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43238

Black with #F43238

Text Example


Text Example

White with #F43238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43238; }

 p { color: rgb(244,50,56); }

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

background-color css

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

 a { background-color: rgb(244,50,56); }

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

border-color css

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

 span { border-color: rgb(244,50,56); }

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