Html Css Color HEX #F12736 Alizarin

📋 copy color: '#F12736'

red 241 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #F12736

Tints of Alizarin #F12736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

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

R = 72.16%
G = 11.68%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12736 (or 0xF12736) is known color: Alizarin. HEX triplet: F1, 27 and 36. RGB value is (241,39,54). Sum of RGB (Red+Green+Blue) = 241+39+54=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12736 is #0ED8C9. Grayscale: #656565. Windows color (decimal): -973002 or 3549169. OLE color: 3549169.

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

Color convert

RGB 241 39 54 -
CMYK 0 0.84 0.78 0.05
HSL 355.54º 0.88% 0.55% -
HSV(B) 355.54º 0.84% 0.95% -
XYZ 37.67 20.42 5.45 -
YUV 101.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 241 39 54 0 0.84 0.78 0.05 355.54 0.88 0.55
Hex F1 27 36 0 54 4E 5 164 58 37
Octal 361 47 66 0 124 116 5 544 130 67
Binary 11110001 100111 110110 0 1010100 1001110 101 101100100 1011000 110111

Color Harmonies of #F12736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12736

Black with #F12736

Text Example


Text Example

White with #F12736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12736; }

 p { color: rgb(241,39,54); }

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

background-color css

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

 a { background-color: rgb(241,39,54); }

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

border-color css

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

 span { border-color: rgb(241,39,54); }

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