Html Css Color HEX #F4223D Alizarin

📋 copy color: '#F4223D'

red 244 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #F4223D

Tints of Alizarin #F4223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 71.98%
G = 10.03%
B = 17.99%

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

#F4223D (or 0xF4223D) is known color: Alizarin. HEX triplet: F4, 22 and 3D. RGB value is (244,34,61). Sum of RGB (Red+Green+Blue) = 244+34+61=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223D is #0BDDC2. Grayscale: #636363. Windows color (decimal): -777667 or 4006644. OLE color: 4006644.

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

Color convert

RGB 244 34 61 -
CMYK 0 0.86 0.75 0.04
HSL 352.29º 0.91% 0.55% -
HSV(B) 352.29º 0.86% 0.96% -
XYZ 38.72 20.71 6.37 -
YUV 99.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 244 34 61 0 0.86 0.75 0.04 352.29 0.91 0.55
Hex F4 22 3D 0 56 4B 4 160 5B 37
Octal 364 42 75 0 126 113 4 540 133 67
Binary 11110100 100010 111101 0 1010110 1001011 100 101100000 1011011 110111

Color Harmonies of #F4223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4223D

Black with #F4223D

Text Example


Text Example

White with #F4223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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