Html Css Color HEX #F1232D Alizarin

📋 copy color: '#F1232D'

red 241 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #F1232D

Tints of Alizarin #F1232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 75.08%
G = 10.9%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1232D (or 0xF1232D) is known color: Alizarin. HEX triplet: F1, 23 and 2D. RGB value is (241,35,45). Sum of RGB (Red+Green+Blue) = 241+35+45=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1232D is #0EDCD2. Grayscale: #616161. Windows color (decimal): -974035 or 2958321. OLE color: 2958321.

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

Color convert

RGB 241 35 45 -
CMYK 0 0.85 0.81 0.05
HSL 357.09º 0.88% 0.54% -
HSV(B) 357.09º 0.85% 0.95% -
XYZ 37.35 20.09 4.39 -
YUV 97.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 241 35 45 0 0.85 0.81 0.05 357.09 0.88 0.54
Hex F1 23 2D 0 55 51 5 165 58 36
Octal 361 43 55 0 125 121 5 545 130 66
Binary 11110001 100011 101101 0 1010101 1010001 101 101100101 1011000 110110

Color Harmonies of #F1232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1232D

Black with #F1232D

Text Example


Text Example

White with #F1232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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