Html Css Color HEX #F32538 Alizarin

📋 copy color: '#F32538'

red 243 ◦ green 37 ◦ blue 56

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

Shades of Alizarin #F32538

Tints of Alizarin #F32538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 72.32%
G = 11.01%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32538 (or 0xF32538) is known color: Alizarin. HEX triplet: F3, 25 and 38. RGB value is (243,37,56). Sum of RGB (Red+Green+Blue) = 243+37+56=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32538 is #0CDAC7. Grayscale: #646464. Windows color (decimal): -842440 or 3679731. OLE color: 3679731.

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

Color convert

RGB 243 37 56 -
CMYK 0 0.85 0.77 0.05
HSL 354.47º 0.9% 0.55% -
HSV(B) 354.47º 0.85% 0.95% -
XYZ 38.34 20.66 5.71 -
YUV 100.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 243 37 56 0 0.85 0.77 0.05 354.47 0.9 0.55
Hex F3 25 38 0 55 4D 5 162 5A 37
Octal 363 45 70 0 125 115 5 542 132 67
Binary 11110011 100101 111000 0 1010101 1001101 101 101100010 1011010 110111

Color Harmonies of #F32538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32538

Black with #F32538

Text Example


Text Example

White with #F32538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32538; }

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

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

background-color css

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

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

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

border-color css

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

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

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