Html Css Color HEX #F12434 Alizarin

📋 copy color: '#F12434'

red 241 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #F12434

Tints of Alizarin #F12434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 73.25%
G = 10.94%
B = 15.81%

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

#F12434 (or 0xF12434) is known color: Alizarin. HEX triplet: F1, 24 and 34. RGB value is (241,36,52). Sum of RGB (Red+Green+Blue) = 241+36+52=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12434 is #0EDBCB. Grayscale: #636363. Windows color (decimal): -973772 or 3417329. OLE color: 3417329.

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

Color convert

RGB 241 36 52 -
CMYK 0 0.85 0.78 0.05
HSL 355.32º 0.88% 0.54% -
HSV(B) 355.32º 0.85% 0.95% -
XYZ 37.53 20.21 5.17 -
YUV 99.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 241 36 52 0 0.85 0.78 0.05 355.32 0.88 0.54
Hex F1 24 34 0 55 4E 5 163 58 36
Octal 361 44 64 0 125 116 5 543 130 66
Binary 11110001 100100 110100 0 1010101 1001110 101 101100011 1011000 110110

Color Harmonies of #F12434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12434

Black with #F12434

Text Example


Text Example

White with #F12434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12434; }

 p { color: rgb(241,36,52); }

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

background-color css

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

 a { background-color: rgb(241,36,52); }

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

border-color css

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

 span { border-color: rgb(241,36,52); }

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