Html Css Color HEX #F3232C Alizarin

📋 copy color: '#F3232C'

red 243 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #F3232C

Tints of Alizarin #F3232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 75.47%
G = 10.87%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3232C (or 0xF3232C) is known color: Alizarin. HEX triplet: F3, 23 and 2C. RGB value is (243,35,44). Sum of RGB (Red+Green+Blue) = 243+35+44=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232C is #0CDCD3. Grayscale: #626262. Windows color (decimal): -842964 or 2892787. OLE color: 2892787.

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

Color convert

RGB 243 35 44 -
CMYK 0 0.86 0.82 0.05
HSL 357.4º 0.9% 0.55% -
HSV(B) 357.4º 0.86% 0.95% -
XYZ 38.02 20.44 4.32 -
YUV 98.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 243 35 44 0 0.86 0.82 0.05 357.4 0.9 0.55
Hex F3 23 2C 0 56 52 5 165 5A 37
Octal 363 43 54 0 126 122 5 545 132 67
Binary 11110011 100011 101100 0 1010110 1010010 101 101100101 1011010 110111

Color Harmonies of #F3232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3232C

Black with #F3232C

Text Example


Text Example

White with #F3232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3232C; }

 p { color: rgb(243,35,44); }

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

background-color css

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

 a { background-color: rgb(243,35,44); }

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

border-color css

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

 span { border-color: rgb(243,35,44); }

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