Html Css Color HEX #F31F36 Alizarin

📋 copy color: '#F31F36'

red 243 ◦ green 31 ◦ blue 54

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

Shades of Alizarin #F31F36

Tints of Alizarin #F31F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 74.09%
G = 9.45%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F31F36 (or 0xF31F36) is known color: Alizarin. HEX triplet: F3, 1F and 36. RGB value is (243,31,54). Sum of RGB (Red+Green+Blue) = 243+31+54=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F36 is #0CE0C9. Grayscale: #616161. Windows color (decimal): -843978 or 3547123. OLE color: 3547123.

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

Color convert

RGB 243 31 54 -
CMYK 0 0.87 0.78 0.05
HSL 353.49º 0.9% 0.54% -
HSV(B) 353.49º 0.87% 0.95% -
XYZ 38.12 20.3 5.4 -
YUV 97.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 243 31 54 0 0.87 0.78 0.05 353.49 0.9 0.54
Hex F3 1F 36 0 57 4E 5 161 5A 36
Octal 363 37 66 0 127 116 5 541 132 66
Binary 11110011 11111 110110 0 1010111 1001110 101 101100001 1011010 110110

Color Harmonies of #F31F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F36

Black with #F31F36

Text Example


Text Example

White with #F31F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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