Html Css Color HEX #F12D2F Alizarin

📋 copy color: '#F12D2F'

red 241 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #F12D2F

Tints of Alizarin #F12D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 72.37%
G = 13.51%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12D2F (or 0xF12D2F) is known color: Alizarin. HEX triplet: F1, 2D and 2F. RGB value is (241,45,47). Sum of RGB (Red+Green+Blue) = 241+45+47=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D2F is #0ED2D0. Grayscale: #686868. Windows color (decimal): -971473 or 3091953. OLE color: 3091953.

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

Color convert

RGB 241 45 47 -
CMYK 0 0.81 0.80 0.05
HSL 359.39º 0.88% 0.56% -
HSV(B) 359.39º 0.81% 0.95% -
XYZ 37.73 20.78 4.71 -
YUV 103.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 241 45 47 0 0.81 0.80 0.05 359.39 0.88 0.56
Hex F1 2D 2F 0 51 50 5 167 58 38
Octal 361 55 57 0 121 120 5 547 130 70
Binary 11110001 101101 101111 0 1010001 1010000 101 101100111 1011000 111000

Color Harmonies of #F12D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D2F

Black with #F12D2F

Text Example


Text Example

White with #F12D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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