Html Css Color HEX #F12937 Alizarin

📋 copy color: '#F12937'

red 241 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #F12937

Tints of Alizarin #F12937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 71.51%
G = 12.17%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F12937 (or 0xF12937) is known color: Alizarin. HEX triplet: F1, 29 and 37. RGB value is (241,41,55). Sum of RGB (Red+Green+Blue) = 241+41+55=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F12937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12937 is #0ED6C8. Grayscale: #666666. Windows color (decimal): -972489 or 3615217. OLE color: 3615217.

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

Color convert

RGB 241 41 55 -
CMYK 0 0.83 0.77 0.05
HSL 355.8º 0.88% 0.55% -
HSV(B) 355.8º 0.83% 0.95% -
XYZ 37.76 20.56 5.59 -
YUV 102.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 241 41 55 0 0.83 0.77 0.05 355.8 0.88 0.55
Hex F1 29 37 0 53 4D 5 164 58 37
Octal 361 51 67 0 123 115 5 544 130 67
Binary 11110001 101001 110111 0 1010011 1001101 101 101100100 1011000 110111

Color Harmonies of #F12937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12937

Black with #F12937

Text Example


Text Example

White with #F12937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12937; }

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

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

background-color css

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

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

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

border-color css

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

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

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