Html Css Color HEX #F12536 Alizarin

📋 copy color: '#F12536'

red 241 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #F12536

Tints of Alizarin #F12536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

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

R = 72.59%
G = 11.14%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12536 (or 0xF12536) is known color: Alizarin. HEX triplet: F1, 25 and 36. RGB value is (241,37,54). Sum of RGB (Red+Green+Blue) = 241+37+54=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12536 is #0EDAC9. Grayscale: #646464. Windows color (decimal): -973514 or 3548657. OLE color: 3548657.

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

Color convert

RGB 241 37 54 -
CMYK 0 0.85 0.78 0.05
HSL 355º 0.88% 0.55% -
HSV(B) 355º 0.85% 0.95% -
XYZ 37.6 20.29 5.42 -
YUV 99.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 241 37 54 0 0.85 0.78 0.05 355 0.88 0.55
Hex F1 25 36 0 55 4E 5 163 58 37
Octal 361 45 66 0 125 116 5 543 130 67
Binary 11110001 100101 110110 0 1010101 1001110 101 101100011 1011000 110111

Color Harmonies of #F12536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12536

Black with #F12536

Text Example


Text Example

White with #F12536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12536; }

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

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

background-color css

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

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

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

border-color css

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

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

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