Html Css Color HEX #F32938 Alizarin

📋 copy color: '#F32938'

red 243 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #F32938

Tints of Alizarin #F32938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 71.47%
G = 12.06%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32938 (or 0xF32938) is known color: Alizarin. HEX triplet: F3, 29 and 38. RGB value is (243,41,56). Sum of RGB (Red+Green+Blue) = 243+41+56=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F32938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32938 is #0CD6C7. Grayscale: #676767. Windows color (decimal): -841416 or 3680755. OLE color: 3680755.

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

Color convert

RGB 243 41 56 -
CMYK 0 0.83 0.77 0.05
HSL 355.54º 0.89% 0.56% -
HSV(B) 355.54º 0.83% 0.95% -
XYZ 38.47 20.93 5.75 -
YUV 103.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 243 41 56 0 0.83 0.77 0.05 355.54 0.89 0.56
Hex F3 29 38 0 53 4D 5 164 59 38
Octal 363 51 70 0 123 115 5 544 131 70
Binary 11110011 101001 111000 0 1010011 1001101 101 101100100 1011001 111000

Color Harmonies of #F32938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32938

Black with #F32938

Text Example


Text Example

White with #F32938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32938; }

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

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

background-color css

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

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

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

border-color css

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

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

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