Html Css Color HEX #F4223C Alizarin

📋 copy color: '#F4223C'

red 244 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #F4223C

Tints of Alizarin #F4223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 72.19%
G = 10.06%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4223C (or 0xF4223C) is known color: Alizarin. HEX triplet: F4, 22 and 3C. RGB value is (244,34,60). Sum of RGB (Red+Green+Blue) = 244+34+60=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223C is #0BDDC3. Grayscale: #636363. Windows color (decimal): -777668 or 3941108. OLE color: 3941108.

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

Color convert

RGB 244 34 60 -
CMYK 0 0.86 0.75 0.04
HSL 352.57º 0.91% 0.55% -
HSV(B) 352.57º 0.86% 0.96% -
XYZ 38.7 20.7 6.23 -
YUV 99.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 244 34 60 0 0.86 0.75 0.04 352.57 0.91 0.55
Hex F4 22 3C 0 56 4B 4 161 5B 37
Octal 364 42 74 0 126 113 4 541 133 67
Binary 11110100 100010 111100 0 1010110 1001011 100 101100001 1011011 110111

Color Harmonies of #F4223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4223C

Black with #F4223C

Text Example


Text Example

White with #F4223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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