Html Css Color HEX #F31F37 Alizarin

📋 copy color: '#F31F37'

red 243 ◦ green 31 ◦ blue 55

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

Shades of Alizarin #F31F37

Tints of Alizarin #F31F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 73.86%
G = 9.42%
B = 16.72%

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

#F31F37 (or 0xF31F37) is known color: Alizarin. HEX triplet: F3, 1F and 37. RGB value is (243,31,55). Sum of RGB (Red+Green+Blue) = 243+31+55=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F37 is #0CE0C8. Grayscale: #616161. Windows color (decimal): -843977 or 3612659. OLE color: 3612659.

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

Color convert

RGB 243 31 55 -
CMYK 0 0.87 0.77 0.05
HSL 353.21º 0.9% 0.54% -
HSV(B) 353.21º 0.87% 0.95% -
XYZ 38.14 20.31 5.52 -
YUV 97.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 243 31 55 0 0.87 0.77 0.05 353.21 0.9 0.54
Hex F3 1F 37 0 57 4D 5 161 5A 36
Octal 363 37 67 0 127 115 5 541 132 66
Binary 11110011 11111 110111 0 1010111 1001101 101 101100001 1011010 110110

Color Harmonies of #F31F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F37

Black with #F31F37

Text Example


Text Example

White with #F31F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F37; }

 p { color: rgb(243,31,55); }

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

background-color css

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

 a { background-color: rgb(243,31,55); }

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

border-color css

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

 span { border-color: rgb(243,31,55); }

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