Html Css Color HEX #F32940 Alizarin

📋 copy color: '#F32940'

red 243 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #F32940

Tints of Alizarin #F32940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 69.83%
G = 11.78%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F32940 (or 0xF32940) is known color: Alizarin. HEX triplet: F3, 29 and 40. RGB value is (243,41,64). Sum of RGB (Red+Green+Blue) = 243+41+64=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32940 is #0CD6BF. Grayscale: #686868. Windows color (decimal): -841408 or 4205043. OLE color: 4205043.

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

Color convert

RGB 243 41 64 -
CMYK 0 0.83 0.74 0.05
HSL 353.17º 0.89% 0.56% -
HSV(B) 353.17º 0.83% 0.95% -
XYZ 38.68 21.01 6.87 -
YUV 104.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 243 41 64 0 0.83 0.74 0.05 353.17 0.89 0.56
Hex F3 29 40 0 53 4A 5 161 59 38
Octal 363 51 100 0 123 112 5 541 131 70
Binary 11110011 101001 1000000 0 1010011 1001010 101 101100001 1011001 111000

Color Harmonies of #F32940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32940

Black with #F32940

Text Example


Text Example

White with #F32940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32940; }

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

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

background-color css

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

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

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

border-color css

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

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

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