Html Css Color HEX #F32241 Alizarin

📋 copy color: '#F32241'

red 243 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #F32241

Tints of Alizarin #F32241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 71.05%
G = 9.94%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32241 (or 0xF32241) is known color: Alizarin. HEX triplet: F3, 22 and 41. RGB value is (243,34,65). Sum of RGB (Red+Green+Blue) = 243+34+65=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32241 is #0CDDBE. Grayscale: #646464. Windows color (decimal): -843199 or 4268787. OLE color: 4268787.

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

Color convert

RGB 243 34 65 -
CMYK 0 0.86 0.73 0.05
HSL 351.1º 0.9% 0.54% -
HSV(B) 351.1º 0.86% 0.95% -
XYZ 38.49 20.58 6.94 -
YUV 100.03 108.24 229.98 -
System Red Green Blue C M Y K H S L
Decimal 243 34 65 0 0.86 0.73 0.05 351.1 0.9 0.54
Hex F3 22 41 0 56 49 5 15F 5A 36
Octal 363 42 101 0 126 111 5 537 132 66
Binary 11110011 100010 1000001 0 1010110 1001001 101 101011111 1011010 110110

Color Harmonies of #F32241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32241

Black with #F32241

Text Example


Text Example

White with #F32241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32241; }

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

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

background-color css

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

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

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

border-color css

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

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

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