Html Css Color HEX #F12130 Alizarin

📋 copy color: '#F12130'

red 241 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #F12130

Tints of Alizarin #F12130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 74.84%
G = 10.25%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12130 (or 0xF12130) is known color: Alizarin. HEX triplet: F1, 21 and 30. RGB value is (241,33,48). Sum of RGB (Red+Green+Blue) = 241+33+48=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F12130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12130 is #0EDECF. Grayscale: #616161. Windows color (decimal): -974544 or 3154417. OLE color: 3154417.

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

Color convert

RGB 241 33 48 -
CMYK 0 0.86 0.80 0.05
HSL 355.67º 0.88% 0.54% -
HSV(B) 355.67º 0.86% 0.95% -
XYZ 37.35 20 4.69 -
YUV 96.9 100.41 230.78 -
System Red Green Blue C M Y K H S L
Decimal 241 33 48 0 0.86 0.80 0.05 355.67 0.88 0.54
Hex F1 21 30 0 56 50 5 164 58 36
Octal 361 41 60 0 126 120 5 544 130 66
Binary 11110001 100001 110000 0 1010110 1010000 101 101100100 1011000 110110

Color Harmonies of #F12130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12130

Black with #F12130

Text Example


Text Example

White with #F12130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12130; }

 p { color: rgb(241,33,48); }

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

background-color css

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

 a { background-color: rgb(241,33,48); }

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

border-color css

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

 span { border-color: rgb(241,33,48); }

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