Html Css Color HEX #F12532 Alizarin

📋 copy color: '#F12532'

red 241 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #F12532

Tints of Alizarin #F12532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 73.48%
G = 11.28%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12532 (or 0xF12532) is known color: Alizarin. HEX triplet: F1, 25 and 32. RGB value is (241,37,50). Sum of RGB (Red+Green+Blue) = 241+37+50=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F12532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12532 is #0EDACD. Grayscale: #636363. Windows color (decimal): -973518 or 3286513. OLE color: 3286513.

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

Color convert

RGB 241 37 50 -
CMYK 0 0.85 0.79 0.05
HSL 356.18º 0.88% 0.55% -
HSV(B) 356.18º 0.85% 0.95% -
XYZ 37.51 20.25 4.95 -
YUV 99.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 241 37 50 0 0.85 0.79 0.05 356.18 0.88 0.55
Hex F1 25 32 0 55 4F 5 164 58 37
Octal 361 45 62 0 125 117 5 544 130 67
Binary 11110001 100101 110010 0 1010101 1001111 101 101100100 1011000 110111

Color Harmonies of #F12532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12532

Black with #F12532

Text Example


Text Example

White with #F12532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12532; }

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

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

background-color css

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

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

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

border-color css

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

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

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