Html Css Color HEX #F32C38 Alizarin

📋 copy color: '#F32C38'

red 243 ◦ green 44 ◦ blue 56

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

Shades of Alizarin #F32C38

Tints of Alizarin #F32C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

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

R = 70.85%
G = 12.83%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32C38 (or 0xF32C38) is known color: Alizarin. HEX triplet: F3, 2C and 38. RGB value is (243,44,56). Sum of RGB (Red+Green+Blue) = 243+44+56=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C38 is #0CD3C7. Grayscale: #696969. Windows color (decimal): -840648 or 3681523. OLE color: 3681523.

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

Color convert

RGB 243 44 56 -
CMYK 0 0.82 0.77 0.05
HSL 356.38º 0.89% 0.56% -
HSV(B) 356.38º 0.82% 0.95% -
XYZ 38.58 21.14 5.79 -
YUV 104.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 243 44 56 0 0.82 0.77 0.05 356.38 0.89 0.56
Hex F3 2C 38 0 52 4D 5 164 59 38
Octal 363 54 70 0 122 115 5 544 131 70
Binary 11110011 101100 111000 0 1010010 1001101 101 101100100 1011001 111000

Color Harmonies of #F32C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C38

Black with #F32C38

Text Example


Text Example

White with #F32C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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