Html Css Color HEX #F32631 Alizarin

📋 copy color: '#F32631'

red 243 ◦ green 38 ◦ blue 49

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

Shades of Alizarin #F32631

Tints of Alizarin #F32631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 73.64%
G = 11.52%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32631 (or 0xF32631) is known color: Alizarin. HEX triplet: F3, 26 and 31. RGB value is (243,38,49). Sum of RGB (Red+Green+Blue) = 243+38+49=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32631 is #0CD9CE. Grayscale: #646464. Windows color (decimal): -842191 or 3221235. OLE color: 3221235.

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

Color convert

RGB 243 38 49 -
CMYK 0 0.84 0.80 0.05
HSL 356.78º 0.9% 0.55% -
HSV(B) 356.78º 0.84% 0.95% -
XYZ 38.21 20.66 4.88 -
YUV 100.55 98.92 229.61 -
System Red Green Blue C M Y K H S L
Decimal 243 38 49 0 0.84 0.80 0.05 356.78 0.9 0.55
Hex F3 26 31 0 54 50 5 165 5A 37
Octal 363 46 61 0 124 120 5 545 132 67
Binary 11110011 100110 110001 0 1010100 1010000 101 101100101 1011010 110111

Color Harmonies of #F32631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32631

Black with #F32631

Text Example


Text Example

White with #F32631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32631; }

 p { color: rgb(243,38,49); }

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

background-color css

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

 a { background-color: rgb(243,38,49); }

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

border-color css

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

 span { border-color: rgb(243,38,49); }

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