Html Css Color HEX #F42338 Alizarin

📋 copy color: '#F42338'

red 244 ◦ green 35 ◦ blue 56

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

Shades of Alizarin #F42338

Tints of Alizarin #F42338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 72.84%
G = 10.45%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F42338 (or 0xF42338) is known color: Alizarin. HEX triplet: F4, 23 and 38. RGB value is (244,35,56). Sum of RGB (Red+Green+Blue) = 244+35+56=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F42338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42338 is #0BDCC7. Grayscale: #646464. Windows color (decimal): -777416 or 3679220. OLE color: 3679220.

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

Color convert

RGB 244 35 56 -
CMYK 0 0.86 0.77 0.04
HSL 353.97º 0.9% 0.55% -
HSV(B) 353.97º 0.86% 0.96% -
XYZ 38.62 20.72 5.71 -
YUV 99.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 244 35 56 0 0.86 0.77 0.04 353.97 0.9 0.55
Hex F4 23 38 0 56 4D 4 162 5A 37
Octal 364 43 70 0 126 115 4 542 132 67
Binary 11110100 100011 111000 0 1010110 1001101 100 101100010 1011010 110111

Color Harmonies of #F42338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42338

Black with #F42338

Text Example


Text Example

White with #F42338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42338; }

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

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

background-color css

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

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

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

border-color css

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

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

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