Html Css Color HEX #F3202C Alizarin

📋 copy color: '#F3202C'

red 243 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #F3202C

Tints of Alizarin #F3202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 76.18%
G = 10.03%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3202C (or 0xF3202C) is known color: Alizarin. HEX triplet: F3, 20 and 2C. RGB value is (243,32,44). Sum of RGB (Red+Green+Blue) = 243+32+44=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F3202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3202C is #0CDFD3. Grayscale: #606060. Windows color (decimal): -843732 or 2892019. OLE color: 2892019.

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

Color convert

RGB 243 32 44 -
CMYK 0 0.87 0.82 0.05
HSL 356.59º 0.9% 0.54% -
HSV(B) 356.59º 0.87% 0.95% -
XYZ 37.93 20.27 4.3 -
YUV 96.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 243 32 44 0 0.87 0.82 0.05 356.59 0.9 0.54
Hex F3 20 2C 0 57 52 5 165 5A 36
Octal 363 40 54 0 127 122 5 545 132 66
Binary 11110011 100000 101100 0 1010111 1010010 101 101100101 1011010 110110

Color Harmonies of #F3202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3202C

Black with #F3202C

Text Example


Text Example

White with #F3202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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