Html Css Color HEX #F32B39 Alizarin

📋 copy color: '#F32B39'

red 243 ◦ green 43 ◦ blue 57

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

Shades of Alizarin #F32B39

Tints of Alizarin #F32B39

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 70.85%
G = 12.54%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32B39 (or 0xF32B39) is known color: Alizarin. HEX triplet: F3, 2B and 39. RGB value is (243,43,57). Sum of RGB (Red+Green+Blue) = 243+43+57=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B39 is #0CD4C6. Grayscale: #686868. Windows color (decimal): -840903 or 3746803. OLE color: 3746803.

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

Color convert

RGB 243 43 57 -
CMYK 0 0.82 0.77 0.05
HSL 355.8º 0.89% 0.56% -
HSV(B) 355.8º 0.82% 0.95% -
XYZ 38.56 21.08 5.91 -
YUV 104.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 243 43 57 0 0.82 0.77 0.05 355.8 0.89 0.56
Hex F3 2B 39 0 52 4D 5 164 59 38
Octal 363 53 71 0 122 115 5 544 131 70
Binary 11110011 101011 111001 0 1010010 1001101 101 101100100 1011001 111000

Color Harmonies of #F32B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B39

Black with #F32B39

Text Example


Text Example

White with #F32B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B39; }

 p { color: rgb(243,43,57); }

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

background-color css

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

 a { background-color: rgb(243,43,57); }

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

border-color css

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

 span { border-color: rgb(243,43,57); }

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