Html Css Color HEX #F1272D Alizarin

📋 copy color: '#F1272D'

red 241 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #F1272D

Tints of Alizarin #F1272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 74.15%
G = 12%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1272D (or 0xF1272D) is known color: Alizarin. HEX triplet: F1, 27 and 2D. RGB value is (241,39,45). Sum of RGB (Red+Green+Blue) = 241+39+45=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1272D is #0ED8D2. Grayscale: #646464. Windows color (decimal): -973011 or 2959345. OLE color: 2959345.

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

Color convert

RGB 241 39 45 -
CMYK 0 0.84 0.81 0.05
HSL 358.22º 0.88% 0.55% -
HSV(B) 358.22º 0.84% 0.95% -
XYZ 37.47 20.34 4.43 -
YUV 100.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 241 39 45 0 0.84 0.81 0.05 358.22 0.88 0.55
Hex F1 27 2D 0 54 51 5 166 58 37
Octal 361 47 55 0 124 121 5 546 130 67
Binary 11110001 100111 101101 0 1010100 1010001 101 101100110 1011000 110111

Color Harmonies of #F1272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1272D

Black with #F1272D

Text Example


Text Example

White with #F1272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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