Html Css Color HEX #F12D2E Alizarin

📋 copy color: '#F12D2E'

red 241 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #F12D2E

Tints of Alizarin #F12D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.86%

R = 72.59%
G = 13.55%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F12D2E (or 0xF12D2E) is known color: Alizarin. HEX triplet: F1, 2D and 2E. RGB value is (241,45,46). Sum of RGB (Red+Green+Blue) = 241+45+46=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D2E is #0ED2D1. Grayscale: #676767. Windows color (decimal): -971474 or 3026417. OLE color: 3026417.

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

Color convert

RGB 241 45 46 -
CMYK 0 0.81 0.81 0.05
HSL 359.69º 0.88% 0.56% -
HSV(B) 359.69º 0.81% 0.95% -
XYZ 37.71 20.77 4.61 -
YUV 103.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 241 45 46 0 0.81 0.81 0.05 359.69 0.88 0.56
Hex F1 2D 2E 0 51 51 5 168 58 38
Octal 361 55 56 0 121 121 5 550 130 70
Binary 11110001 101101 101110 0 1010001 1010001 101 101101000 1011000 111000

Color Harmonies of #F12D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D2E

Black with #F12D2E

Text Example


Text Example

White with #F12D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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