Html Css Color HEX #F32829 Alizarin

📋 copy color: '#F32829'

red 243 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #F32829

Tints of Alizarin #F32829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 75%
G = 12.35%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F32829 (or 0xF32829) is known color: Alizarin. HEX triplet: F3, 28 and 29. RGB value is (243,40,41). Sum of RGB (Red+Green+Blue) = 243+40+41=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F32829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32829 is #0CD7D6. Grayscale: #656565. Windows color (decimal): -841687 or 2697459. OLE color: 2697459.

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

Color convert

RGB 243 40 41 -
CMYK 0 0.84 0.83 0.05
HSL 359.7º 0.89% 0.55% -
HSV(B) 359.7º 0.84% 0.95% -
XYZ 38.12 20.73 4.09 -
YUV 100.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 243 40 41 0 0.84 0.83 0.05 359.7 0.89 0.55
Hex F3 28 29 0 54 53 5 168 59 37
Octal 363 50 51 0 124 123 5 550 131 67
Binary 11110011 101000 101001 0 1010100 1010011 101 101101000 1011001 110111

Color Harmonies of #F32829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32829

Black with #F32829

Text Example


Text Example

White with #F32829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32829; }

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

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

background-color css

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

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

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

border-color css

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

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

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