Html Css Color HEX #F12935 Alizarin

📋 copy color: '#F12935'

red 241 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #F12935

Tints of Alizarin #F12935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 71.94%
G = 12.24%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12935 (or 0xF12935) is known color: Alizarin. HEX triplet: F1, 29 and 35. RGB value is (241,41,53). Sum of RGB (Red+Green+Blue) = 241+41+53=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F12935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12935 is #0ED6CA. Grayscale: #666666. Windows color (decimal): -972491 or 3484145. OLE color: 3484145.

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

Color convert

RGB 241 41 53 -
CMYK 0 0.83 0.78 0.05
HSL 356.4º 0.88% 0.55% -
HSV(B) 356.4º 0.83% 0.95% -
XYZ 37.71 20.54 5.35 -
YUV 102.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 241 41 53 0 0.83 0.78 0.05 356.4 0.88 0.55
Hex F1 29 35 0 53 4E 5 164 58 37
Octal 361 51 65 0 123 116 5 544 130 67
Binary 11110001 101001 110101 0 1010011 1001110 101 101100100 1011000 110111

Color Harmonies of #F12935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12935

Black with #F12935

Text Example


Text Example

White with #F12935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12935; }

 p { color: rgb(241,41,53); }

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

background-color css

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

 a { background-color: rgb(241,41,53); }

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

border-color css

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

 span { border-color: rgb(241,41,53); }

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