Html Css Color HEX #F12230 Alizarin

📋 copy color: '#F12230'

red 241 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #F12230

Tints of Alizarin #F12230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

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

R = 74.61%
G = 10.53%
B = 14.86%

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

#F12230 (or 0xF12230) is known color: Alizarin. HEX triplet: F1, 22 and 30. RGB value is (241,34,48). Sum of RGB (Red+Green+Blue) = 241+34+48=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F12230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12230 is #0EDDCF. Grayscale: #616161. Windows color (decimal): -974288 or 3154673. OLE color: 3154673.

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

Color convert

RGB 241 34 48 -
CMYK 0 0.86 0.80 0.05
HSL 355.94º 0.88% 0.54% -
HSV(B) 355.94º 0.86% 0.95% -
XYZ 37.38 20.06 4.7 -
YUV 97.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 241 34 48 0 0.86 0.80 0.05 355.94 0.88 0.54
Hex F1 22 30 0 56 50 5 164 58 36
Octal 361 42 60 0 126 120 5 544 130 66
Binary 11110001 100010 110000 0 1010110 1010000 101 101100100 1011000 110110

Color Harmonies of #F12230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12230

Black with #F12230

Text Example


Text Example

White with #F12230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12230; }

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

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

background-color css

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

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

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

border-color css

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

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

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