Html Css Color HEX #F12C33 Alizarin

📋 copy color: '#F12C33'

red 241 ◦ green 44 ◦ blue 51

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

Shades of Alizarin #F12C33

Tints of Alizarin #F12C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 71.73%
G = 13.1%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12C33 (or 0xF12C33) is known color: Alizarin. HEX triplet: F1, 2C and 33. RGB value is (241,44,51). Sum of RGB (Red+Green+Blue) = 241+44+51=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C33 is #0ED3CC. Grayscale: #676767. Windows color (decimal): -971725 or 3353841. OLE color: 3353841.

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

Color convert

RGB 241 44 51 -
CMYK 0 0.82 0.79 0.05
HSL 357.87º 0.88% 0.56% -
HSV(B) 357.87º 0.82% 0.95% -
XYZ 37.77 20.74 5.14 -
YUV 103.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 241 44 51 0 0.82 0.79 0.05 357.87 0.88 0.56
Hex F1 2C 33 0 52 4F 5 166 58 38
Octal 361 54 63 0 122 117 5 546 130 70
Binary 11110001 101100 110011 0 1010010 1001111 101 101100110 1011000 111000

Color Harmonies of #F12C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C33

Black with #F12C33

Text Example


Text Example

White with #F12C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C33; }

 p { color: rgb(241,44,51); }

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

background-color css

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

 a { background-color: rgb(241,44,51); }

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

border-color css

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

 span { border-color: rgb(241,44,51); }

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