Html Css Color HEX #F32239 Alizarin

📋 copy color: '#F32239'

red 243 ◦ green 34 ◦ blue 57

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

Shades of Alizarin #F32239

Tints of Alizarin #F32239

RGB

 RED value IS 243 (95.31% from 255) = 72.75%

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

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 72.75%
G = 10.18%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32239 (or 0xF32239) is known color: Alizarin. HEX triplet: F3, 22 and 39. RGB value is (243,34,57). Sum of RGB (Red+Green+Blue) = 243+34+57=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F32239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32239 is #0CDDC6. Grayscale: #636363. Windows color (decimal): -843207 or 3744499. OLE color: 3744499.

HSL color Cylindrical-coordinate representation of color #F32239: hue angle of 353.4º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32239 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 34 57 -
CMYK 0 0.86 0.77 0.05
HSL 353.4º 0.9% 0.54% -
HSV(B) 353.4º 0.86% 0.95% -
XYZ 38.27 20.49 5.81 -
YUV 99.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 243 34 57 0 0.86 0.77 0.05 353.4 0.9 0.54
Hex F3 22 39 0 56 4D 5 161 5A 36
Octal 363 42 71 0 126 115 5 541 132 66
Binary 11110011 100010 111001 0 1010110 1001101 101 101100001 1011010 110110

Color Harmonies of #F32239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32239

Black with #F32239

Text Example


Text Example

White with #F32239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32239; }

 p { color: rgb(243,34,57); }

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

background-color css

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

 a { background-color: rgb(243,34,57); }

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

border-color css

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

 span { border-color: rgb(243,34,57); }

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