Html Css Color HEX #F12128 Alizarin

📋 copy color: '#F12128'

red 241 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #F12128

Tints of Alizarin #F12128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 76.75%
G = 10.51%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12128 (or 0xF12128) is known color: Alizarin. HEX triplet: F1, 21 and 28. RGB value is (241,33,40). Sum of RGB (Red+Green+Blue) = 241+33+40=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12128 is #0EDED7. Grayscale: #606060. Windows color (decimal): -974552 or 2630129. OLE color: 2630129.

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

Color convert

RGB 241 33 40 -
CMYK 0 0.86 0.83 0.05
HSL 357.98º 0.88% 0.54% -
HSV(B) 357.98º 0.86% 0.95% -
XYZ 37.2 19.94 3.9 -
YUV 95.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 241 33 40 0 0.86 0.83 0.05 357.98 0.88 0.54
Hex F1 21 28 0 56 53 5 166 58 36
Octal 361 41 50 0 126 123 5 546 130 66
Binary 11110001 100001 101000 0 1010110 1010011 101 101100110 1011000 110110

Color Harmonies of #F12128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12128

Black with #F12128

Text Example


Text Example

White with #F12128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12128; }

 p { color: rgb(241,33,40); }

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

background-color css

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

 a { background-color: rgb(241,33,40); }

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

border-color css

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

 span { border-color: rgb(241,33,40); }

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