Html Css Color HEX #F12838 Alizarin

📋 copy color: '#F12838'

red 241 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #F12838

Tints of Alizarin #F12838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 71.51%
G = 11.87%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F12838 (or 0xF12838) is known color: Alizarin. HEX triplet: F1, 28 and 38. RGB value is (241,40,56). Sum of RGB (Red+Green+Blue) = 241+40+56=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F12838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12838 is #0ED7C7. Grayscale: #666666. Windows color (decimal): -972744 or 3680497. OLE color: 3680497.

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

Color convert

RGB 241 40 56 -
CMYK 0 0.83 0.77 0.05
HSL 355.22º 0.88% 0.55% -
HSV(B) 355.22º 0.83% 0.95% -
XYZ 37.75 20.5 5.71 -
YUV 101.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 241 40 56 0 0.83 0.77 0.05 355.22 0.88 0.55
Hex F1 28 38 0 53 4D 5 163 58 37
Octal 361 50 70 0 123 115 5 543 130 67
Binary 11110001 101000 111000 0 1010011 1001101 101 101100011 1011000 110111

Color Harmonies of #F12838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12838

Black with #F12838

Text Example


Text Example

White with #F12838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12838; }

 p { color: rgb(241,40,56); }

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

background-color css

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

 a { background-color: rgb(241,40,56); }

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

border-color css

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

 span { border-color: rgb(241,40,56); }

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