Html Css Color HEX #F12C2D Alizarin

📋 copy color: '#F12C2D'

red 241 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #F12C2D

Tints of Alizarin #F12C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 73.03%
G = 13.33%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F12C2D (or 0xF12C2D) is known color: Alizarin. HEX triplet: F1, 2C and 2D. RGB value is (241,44,45). Sum of RGB (Red+Green+Blue) = 241+44+45=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C2D is #0ED3D2. Grayscale: #676767. Windows color (decimal): -971731 or 2960625. OLE color: 2960625.

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

Color convert

RGB 241 44 45 -
CMYK 0 0.82 0.81 0.05
HSL 359.7º 0.88% 0.56% -
HSV(B) 359.7º 0.82% 0.95% -
XYZ 37.65 20.69 4.49 -
YUV 103.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 241 44 45 0 0.82 0.81 0.05 359.7 0.88 0.56
Hex F1 2C 2D 0 52 51 5 168 58 38
Octal 361 54 55 0 122 121 5 550 130 70
Binary 11110001 101100 101101 0 1010010 1010001 101 101101000 1011000 111000

Color Harmonies of #F12C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C2D

Black with #F12C2D

Text Example


Text Example

White with #F12C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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