Html Css Color HEX #F32840 Alizarin

📋 copy color: '#F32840'

red 243 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #F32840

Tints of Alizarin #F32840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 70.03%
G = 11.53%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F32840 (or 0xF32840) is known color: Alizarin. HEX triplet: F3, 28 and 40. RGB value is (243,40,64). Sum of RGB (Red+Green+Blue) = 243+40+64=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32840 is #0CD7BF. Grayscale: #676767. Windows color (decimal): -841664 or 4204787. OLE color: 4204787.

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

Color convert

RGB 243 40 64 -
CMYK 0 0.84 0.74 0.05
HSL 352.91º 0.89% 0.55% -
HSV(B) 352.91º 0.84% 0.95% -
XYZ 38.65 20.94 6.86 -
YUV 103.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 243 40 64 0 0.84 0.74 0.05 352.91 0.89 0.55
Hex F3 28 40 0 54 4A 5 161 59 37
Octal 363 50 100 0 124 112 5 541 131 67
Binary 11110011 101000 1000000 0 1010100 1001010 101 101100001 1011001 110111

Color Harmonies of #F32840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32840

Black with #F32840

Text Example


Text Example

White with #F32840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32840; }

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

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

background-color css

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

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

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

border-color css

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

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

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