Html Css Color HEX #F32541 Alizarin

📋 copy color: '#F32541'

red 243 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #F32541

Tints of Alizarin #F32541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 70.43%
G = 10.72%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32541 (or 0xF32541) is known color: Alizarin. HEX triplet: F3, 25 and 41. RGB value is (243,37,65). Sum of RGB (Red+Green+Blue) = 243+37+65=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F32541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32541 is #0CDABE. Grayscale: #656565. Windows color (decimal): -842431 or 4269555. OLE color: 4269555.

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

Color convert

RGB 243 37 65 -
CMYK 0 0.85 0.73 0.05
HSL 351.84º 0.9% 0.55% -
HSV(B) 351.84º 0.85% 0.95% -
XYZ 38.58 20.76 6.97 -
YUV 101.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 243 37 65 0 0.85 0.73 0.05 351.84 0.9 0.55
Hex F3 25 41 0 55 49 5 160 5A 37
Octal 363 45 101 0 125 111 5 540 132 67
Binary 11110011 100101 1000001 0 1010101 1001001 101 101100000 1011010 110111

Color Harmonies of #F32541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32541

Black with #F32541

Text Example


Text Example

White with #F32541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32541; }

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

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

background-color css

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

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

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

border-color css

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

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

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