Html Css Color HEX #F32D41 Alizarin

📋 copy color: '#F32D41'

red 243 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #F32D41

Tints of Alizarin #F32D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

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

R = 68.84%
G = 12.75%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32D41 (or 0xF32D41) is known color: Alizarin. HEX triplet: F3, 2D and 41. RGB value is (243,45,65). Sum of RGB (Red+Green+Blue) = 243+45+65=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D41 is #0CD2BE. Grayscale: #6A6A6A. Windows color (decimal): -840383 or 4271603. OLE color: 4271603.

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

Color convert

RGB 243 45 65 -
CMYK 0 0.81 0.73 0.05
HSL 353.94º 0.89% 0.56% -
HSV(B) 353.94º 0.81% 0.95% -
XYZ 38.85 21.31 7.07 -
YUV 106.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 243 45 65 0 0.81 0.73 0.05 353.94 0.89 0.56
Hex F3 2D 41 0 51 49 5 162 59 38
Octal 363 55 101 0 121 111 5 542 131 70
Binary 11110011 101101 1000001 0 1010001 1001001 101 101100010 1011001 111000

Color Harmonies of #F32D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D41

Black with #F32D41

Text Example


Text Example

White with #F32D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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