Html Css Color HEX #F32B38 Alizarin

📋 copy color: '#F32B38'

red 243 ◦ green 43 ◦ blue 56

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

Shades of Alizarin #F32B38

Tints of Alizarin #F32B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

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

R = 71.05%
G = 12.57%
B = 16.37%

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

#F32B38 (or 0xF32B38) is known color: Alizarin. HEX triplet: F3, 2B and 38. RGB value is (243,43,56). Sum of RGB (Red+Green+Blue) = 243+43+56=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B38 is #0CD4C7. Grayscale: #686868. Windows color (decimal): -840904 or 3681267. OLE color: 3681267.

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

Color convert

RGB 243 43 56 -
CMYK 0 0.82 0.77 0.05
HSL 356.1º 0.89% 0.56% -
HSV(B) 356.1º 0.82% 0.95% -
XYZ 38.54 21.07 5.78 -
YUV 104.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 243 43 56 0 0.82 0.77 0.05 356.1 0.89 0.56
Hex F3 2B 38 0 52 4D 5 164 59 38
Octal 363 53 70 0 122 115 5 544 131 70
Binary 11110011 101011 111000 0 1010010 1001101 101 101100100 1011001 111000

Color Harmonies of #F32B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B38

Black with #F32B38

Text Example


Text Example

White with #F32B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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