Html Css Color HEX #F42438 Alizarin

📋 copy color: '#F42438'

red 244 ◦ green 36 ◦ blue 56

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

Shades of Alizarin #F42438

Tints of Alizarin #F42438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 72.62%
G = 10.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F42438 (or 0xF42438) is known color: Alizarin. HEX triplet: F4, 24 and 38. RGB value is (244,36,56). Sum of RGB (Red+Green+Blue) = 244+36+56=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F42438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42438 is #0BDBC7. Grayscale: #646464. Windows color (decimal): -777160 or 3679476. OLE color: 3679476.

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

Color convert

RGB 244 36 56 -
CMYK 0 0.85 0.77 0.04
HSL 354.23º 0.9% 0.55% -
HSV(B) 354.23º 0.85% 0.96% -
XYZ 38.65 20.78 5.72 -
YUV 100.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 244 36 56 0 0.85 0.77 0.04 354.23 0.9 0.55
Hex F4 24 38 0 55 4D 4 162 5A 37
Octal 364 44 70 0 125 115 4 542 132 67
Binary 11110100 100100 111000 0 1010101 1001101 100 101100010 1011010 110111

Color Harmonies of #F42438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42438

Black with #F42438

Text Example


Text Example

White with #F42438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42438; }

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

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

background-color css

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

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

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

border-color css

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

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

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