Html Css Color HEX #F12037 Alizarin

📋 copy color: '#F12037'

red 241 ◦ green 32 ◦ blue 55

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

Shades of Alizarin #F12037

Tints of Alizarin #F12037

RGB

 RED value IS 241 (94.53% from 255) = 73.48%

 GREEN value IS 32 (12.89% from 255) = 9.76%

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

R = 73.48%
G = 9.76%
B = 16.77%

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

#F12037 (or 0xF12037) is known color: Alizarin. HEX triplet: F1, 20 and 37. RGB value is (241,32,55). Sum of RGB (Red+Green+Blue) = 241+32+55=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F12037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12037 is #0EDFC8. Grayscale: #616161. Windows color (decimal): -974793 or 3612913. OLE color: 3612913.

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

Color convert

RGB 241 32 55 -
CMYK 0 0.87 0.77 0.05
HSL 353.4º 0.88% 0.54% -
HSV(B) 353.4º 0.87% 0.95% -
XYZ 37.48 20.01 5.5 -
YUV 97.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 241 32 55 0 0.87 0.77 0.05 353.4 0.88 0.54
Hex F1 20 37 0 57 4D 5 161 58 36
Octal 361 40 67 0 127 115 5 541 130 66
Binary 11110001 100000 110111 0 1010111 1001101 101 101100001 1011000 110110

Color Harmonies of #F12037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12037

Black with #F12037

Text Example


Text Example

White with #F12037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12037; }

 p { color: rgb(241,32,55); }

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

background-color css

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

 a { background-color: rgb(241,32,55); }

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

border-color css

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

 span { border-color: rgb(241,32,55); }

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