Html Css Color HEX #F42230 Alizarin

📋 copy color: '#F42230'

red 244 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #F42230

Tints of Alizarin #F42230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 74.85%
G = 10.43%
B = 14.72%

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

#F42230 (or 0xF42230) is known color: Alizarin. HEX triplet: F4, 22 and 30. RGB value is (244,34,48). Sum of RGB (Red+Green+Blue) = 244+34+48=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F42230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42230 is #0BDDCF. Grayscale: #626262. Windows color (decimal): -777680 or 3154676. OLE color: 3154676.

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

Color convert

RGB 244 34 48 -
CMYK 0 0.86 0.80 0.04
HSL 356º 0.91% 0.55% -
HSV(B) 356º 0.86% 0.96% -
XYZ 38.41 20.59 4.75 -
YUV 98.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 244 34 48 0 0.86 0.80 0.04 356 0.91 0.55
Hex F4 22 30 0 56 50 4 164 5B 37
Octal 364 42 60 0 126 120 4 544 133 67
Binary 11110100 100010 110000 0 1010110 1010000 100 101100100 1011011 110111

Color Harmonies of #F42230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42230

Black with #F42230

Text Example


Text Example

White with #F42230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42230; }

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

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

background-color css

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

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

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

border-color css

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

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

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