Html Css Color HEX #F32C41 Alizarin

📋 copy color: '#F32C41'

red 243 ◦ green 44 ◦ blue 65

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

Shades of Alizarin #F32C41

Tints of Alizarin #F32C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

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

R = 69.03%
G = 12.5%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32C41 (or 0xF32C41) is known color: Alizarin. HEX triplet: F3, 2C and 41. RGB value is (243,44,65). Sum of RGB (Red+Green+Blue) = 243+44+65=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C41 is #0CD3BE. Grayscale: #6A6A6A. Windows color (decimal): -840639 or 4271347. OLE color: 4271347.

HSL color Cylindrical-coordinate representation of color #F32C41: hue angle of 353.67º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 44 65 -
CMYK 0 0.82 0.73 0.05
HSL 353.67º 0.89% 0.56% -
HSV(B) 353.67º 0.82% 0.95% -
XYZ 38.82 21.24 7.05 -
YUV 105.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 243 44 65 0 0.82 0.73 0.05 353.67 0.89 0.56
Hex F3 2C 41 0 52 49 5 162 59 38
Octal 363 54 101 0 122 111 5 542 131 70
Binary 11110011 101100 1000001 0 1010010 1001001 101 101100010 1011001 111000

Color Harmonies of #F32C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C41

Black with #F32C41

Text Example


Text Example

White with #F32C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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