Html Css Color HEX #F42130 Alizarin

📋 copy color: '#F42130'

red 244 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #F42130

Tints of Alizarin #F42130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 75.08%
G = 10.15%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F42130 (or 0xF42130) is known color: Alizarin. HEX triplet: F4, 21 and 30. RGB value is (244,33,48). Sum of RGB (Red+Green+Blue) = 244+33+48=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F42130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42130 is #0BDECF. Grayscale: #616161. Windows color (decimal): -777936 or 3154420. OLE color: 3154420.

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

Color convert

RGB 244 33 48 -
CMYK 0 0.86 0.80 0.04
HSL 355.73º 0.91% 0.54% -
HSV(B) 355.73º 0.86% 0.96% -
XYZ 38.39 20.53 4.74 -
YUV 97.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 244 33 48 0 0.86 0.80 0.04 355.73 0.91 0.54
Hex F4 21 30 0 56 50 4 164 5B 36
Octal 364 41 60 0 126 120 4 544 133 66
Binary 11110100 100001 110000 0 1010110 1010000 100 101100100 1011011 110110

Color Harmonies of #F42130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42130

Black with #F42130

Text Example


Text Example

White with #F42130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42130; }

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

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

background-color css

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

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

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

border-color css

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

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

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