Html Css Color HEX #F32841 Alizarin

📋 copy color: '#F32841'

red 243 ◦ green 40 ◦ blue 65

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

Shades of Alizarin #F32841

Tints of Alizarin #F32841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

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

R = 69.83%
G = 11.49%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32841 (or 0xF32841) is known color: Alizarin. HEX triplet: F3, 28 and 41. RGB value is (243,40,65). Sum of RGB (Red+Green+Blue) = 243+40+65=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32841 is #0CD7BE. Grayscale: #676767. Windows color (decimal): -841663 or 4270323. OLE color: 4270323.

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

Color convert

RGB 243 40 65 -
CMYK 0 0.84 0.73 0.05
HSL 352.61º 0.89% 0.55% -
HSV(B) 352.61º 0.84% 0.95% -
XYZ 38.68 20.95 7.01 -
YUV 103.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 243 40 65 0 0.84 0.73 0.05 352.61 0.89 0.55
Hex F3 28 41 0 54 49 5 161 59 37
Octal 363 50 101 0 124 111 5 541 131 67
Binary 11110011 101000 1000001 0 1010100 1001001 101 101100001 1011001 110111

Color Harmonies of #F32841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32841

Black with #F32841

Text Example


Text Example

White with #F32841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32841; }

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

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

background-color css

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

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

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

border-color css

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

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

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