Html Css Color HEX #F32038 Alizarin

📋 copy color: '#F32038'

red 243 ◦ green 32 ◦ blue 56

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

Shades of Alizarin #F32038

Tints of Alizarin #F32038

RGB

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

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

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

R = 73.41%
G = 9.67%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32038 (or 0xF32038) is known color: Alizarin. HEX triplet: F3, 20 and 38. RGB value is (243,32,56). Sum of RGB (Red+Green+Blue) = 243+32+56=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32038 is #0CDFC7. Grayscale: #616161. Windows color (decimal): -843720 or 3678451. OLE color: 3678451.

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

Color convert

RGB 243 32 56 -
CMYK 0 0.87 0.77 0.05
HSL 353.18º 0.9% 0.54% -
HSV(B) 353.18º 0.87% 0.95% -
XYZ 38.19 20.37 5.66 -
YUV 97.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 243 32 56 0 0.87 0.77 0.05 353.18 0.9 0.54
Hex F3 20 38 0 57 4D 5 161 5A 36
Octal 363 40 70 0 127 115 5 541 132 66
Binary 11110011 100000 111000 0 1010111 1001101 101 101100001 1011010 110110

Color Harmonies of #F32038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32038

Black with #F32038

Text Example


Text Example

White with #F32038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32038; }

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

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

background-color css

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

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

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

border-color css

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

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

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