Html Css Color HEX #F3232E Alizarin

📋 copy color: '#F3232E'

red 243 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #F3232E

Tints of Alizarin #F3232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 75%
G = 10.8%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3232E (or 0xF3232E) is known color: Alizarin. HEX triplet: F3, 23 and 2E. RGB value is (243,35,46). Sum of RGB (Red+Green+Blue) = 243+35+46=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232E is #0CDCD1. Grayscale: #626262. Windows color (decimal): -842962 or 3023859. OLE color: 3023859.

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

Color convert

RGB 243 35 46 -
CMYK 0 0.86 0.81 0.05
HSL 356.83º 0.9% 0.55% -
HSV(B) 356.83º 0.86% 0.95% -
XYZ 38.06 20.45 4.53 -
YUV 98.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 243 35 46 0 0.86 0.81 0.05 356.83 0.9 0.55
Hex F3 23 2E 0 56 51 5 165 5A 37
Octal 363 43 56 0 126 121 5 545 132 67
Binary 11110011 100011 101110 0 1010110 1010001 101 101100101 1011010 110111

Color Harmonies of #F3232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3232E

Black with #F3232E

Text Example


Text Example

White with #F3232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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