Html Css Color HEX #F12729 Alizarin

📋 copy color: '#F12729'

red 241 ◦ green 39 ◦ blue 41

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

Shades of Alizarin #F12729

Tints of Alizarin #F12729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.77%

R = 75.08%
G = 12.15%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12729 (or 0xF12729) is known color: Alizarin. HEX triplet: F1, 27 and 29. RGB value is (241,39,41). Sum of RGB (Red+Green+Blue) = 241+39+41=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F12729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12729 is #0ED8D6. Grayscale: #636363. Windows color (decimal): -973015 or 2697201. OLE color: 2697201.

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

Color convert

RGB 241 39 41 -
CMYK 0 0.84 0.83 0.05
HSL 359.41º 0.88% 0.55% -
HSV(B) 359.41º 0.84% 0.95% -
XYZ 37.4 20.31 4.05 -
YUV 99.63 94.92 228.84 -
System Red Green Blue C M Y K H S L
Decimal 241 39 41 0 0.84 0.83 0.05 359.41 0.88 0.55
Hex F1 27 29 0 54 53 5 167 58 37
Octal 361 47 51 0 124 123 5 547 130 67
Binary 11110001 100111 101001 0 1010100 1010011 101 101100111 1011000 110111

Color Harmonies of #F12729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12729

Black with #F12729

Text Example


Text Example

White with #F12729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12729; }

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

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

background-color css

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

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

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

border-color css

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

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

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