Html Css Color HEX #F12028 Alizarin

📋 copy color: '#F12028'

red 241 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #F12028

Tints of Alizarin #F12028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 77%
G = 10.22%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12028 (or 0xF12028) is known color: Alizarin. HEX triplet: F1, 20 and 28. RGB value is (241,32,40). Sum of RGB (Red+Green+Blue) = 241+32+40=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12028 is #0EDFD7. Grayscale: #5F5F5F. Windows color (decimal): -974808 or 2629873. OLE color: 2629873.

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

Color convert

RGB 241 32 40 -
CMYK 0 0.87 0.83 0.05
HSL 357.7º 0.88% 0.54% -
HSV(B) 357.7º 0.87% 0.95% -
XYZ 37.18 19.89 3.89 -
YUV 95.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 241 32 40 0 0.87 0.83 0.05 357.7 0.88 0.54
Hex F1 20 28 0 57 53 5 166 58 36
Octal 361 40 50 0 127 123 5 546 130 66
Binary 11110001 100000 101000 0 1010111 1010011 101 101100110 1011000 110110

Color Harmonies of #F12028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12028

Black with #F12028

Text Example


Text Example

White with #F12028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12028; }

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

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

background-color css

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

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

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

border-color css

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

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

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