Html Css Color HEX #F4213D Alizarin

📋 copy color: '#F4213D'

red 244 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #F4213D

Tints of Alizarin #F4213D

RGB

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

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

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

R = 72.19%
G = 9.76%
B = 18.05%

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

#F4213D (or 0xF4213D) is known color: Alizarin. HEX triplet: F4, 21 and 3D. RGB value is (244,33,61). Sum of RGB (Red+Green+Blue) = 244+33+61=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F4213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4213D is #0BDEC2. Grayscale: #636363. Windows color (decimal): -777923 or 4006388. OLE color: 4006388.

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

Color convert

RGB 244 33 61 -
CMYK 0 0.86 0.75 0.04
HSL 352.04º 0.91% 0.54% -
HSV(B) 352.04º 0.86% 0.96% -
XYZ 38.69 20.66 6.36 -
YUV 99.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 244 33 61 0 0.86 0.75 0.04 352.04 0.91 0.54
Hex F4 21 3D 0 56 4B 4 160 5B 36
Octal 364 41 75 0 126 113 4 540 133 66
Binary 11110100 100001 111101 0 1010110 1001011 100 101100000 1011011 110110

Color Harmonies of #F4213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4213D

Black with #F4213D

Text Example


Text Example

White with #F4213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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