Html Css Color HEX #F4223A Alizarin

📋 copy color: '#F4223A'

red 244 ◦ green 34 ◦ blue 58

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

Shades of Alizarin #F4223A

Tints of Alizarin #F4223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 72.62%
G = 10.12%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F4223A (or 0xF4223A) is known color: Alizarin. HEX triplet: F4, 22 and 3A. RGB value is (244,34,58). Sum of RGB (Red+Green+Blue) = 244+34+58=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223A is #0BDDC5. Grayscale: #636363. Windows color (decimal): -777670 or 3810036. OLE color: 3810036.

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

Color convert

RGB 244 34 58 -
CMYK 0 0.86 0.76 0.04
HSL 353.14º 0.91% 0.55% -
HSV(B) 353.14º 0.86% 0.96% -
XYZ 38.64 20.68 5.96 -
YUV 99.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 244 34 58 0 0.86 0.76 0.04 353.14 0.91 0.55
Hex F4 22 3A 0 56 4C 4 161 5B 37
Octal 364 42 72 0 126 114 4 541 133 67
Binary 11110100 100010 111010 0 1010110 1001100 100 101100001 1011011 110111

Color Harmonies of #F4223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4223A

Black with #F4223A

Text Example


Text Example

White with #F4223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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