Html Css Color HEX #F32F38 Alizarin

📋 copy color: '#F32F38'

red 243 ◦ green 47 ◦ blue 56

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

Shades of Alizarin #F32F38

Tints of Alizarin #F32F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

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

R = 70.23%
G = 13.58%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32F38 (or 0xF32F38) is known color: Alizarin. HEX triplet: F3, 2F and 38. RGB value is (243,47,56). Sum of RGB (Red+Green+Blue) = 243+47+56=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F38 is #0CD0C7. Grayscale: #6A6A6A. Windows color (decimal): -839880 or 3682291. OLE color: 3682291.

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

Color convert

RGB 243 47 56 -
CMYK 0 0.81 0.77 0.05
HSL 357.24º 0.89% 0.57% -
HSV(B) 357.24º 0.81% 0.95% -
XYZ 38.69 21.37 5.83 -
YUV 106.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 243 47 56 0 0.81 0.77 0.05 357.24 0.89 0.57
Hex F3 2F 38 0 51 4D 5 165 59 39
Octal 363 57 70 0 121 115 5 545 131 71
Binary 11110011 101111 111000 0 1010001 1001101 101 101100101 1011001 111001

Color Harmonies of #F32F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F38

Black with #F32F38

Text Example


Text Example

White with #F32F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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