Html Css Color HEX #F12D33 Alizarin

📋 copy color: '#F12D33'

red 241 ◦ green 45 ◦ blue 51

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

Shades of Alizarin #F12D33

Tints of Alizarin #F12D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

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

R = 71.51%
G = 13.35%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12D33 (or 0xF12D33) is known color: Alizarin. HEX triplet: F1, 2D and 33. RGB value is (241,45,51). Sum of RGB (Red+Green+Blue) = 241+45+51=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D33 is #0ED2CC. Grayscale: #686868. Windows color (decimal): -971469 or 3354097. OLE color: 3354097.

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

Color convert

RGB 241 45 51 -
CMYK 0 0.81 0.79 0.05
HSL 358.16º 0.88% 0.56% -
HSV(B) 358.16º 0.81% 0.95% -
XYZ 37.81 20.82 5.16 -
YUV 104.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 241 45 51 0 0.81 0.79 0.05 358.16 0.88 0.56
Hex F1 2D 33 0 51 4F 5 166 58 38
Octal 361 55 63 0 121 117 5 546 130 70
Binary 11110001 101101 110011 0 1010001 1001111 101 101100110 1011000 111000

Color Harmonies of #F12D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D33

Black with #F12D33

Text Example


Text Example

White with #F12D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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