Html Css Color HEX #F01C38 Alizarin

📋 copy color: '#F01C38'

red 240 ◦ green 28 ◦ blue 56

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

Shades of Alizarin #F01C38

Tints of Alizarin #F01C38

RGB

 RED value IS 240 (94.14% from 255) = 74.07%

 GREEN value IS 28 (11.33% from 255) = 8.64%

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

R = 74.07%
G = 8.64%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01C38 (or 0xF01C38) is known color: Alizarin. HEX triplet: F0, 1C and 38. RGB value is (240,28,56). Sum of RGB (Red+Green+Blue) = 240+28+56=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C38 is #0FE3C7. Grayscale: #5E5E5E. Windows color (decimal): -1041352 or 3677424. OLE color: 3677424.

HSL color Cylindrical-coordinate representation of color #F01C38: hue angle of 352.08º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C38 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 28 56 -
CMYK 0 0.88 0.77 0.06
HSL 352.08º 0.88% 0.53% -
HSV(B) 352.08º 0.88% 0.94% -
XYZ 37.06 19.64 5.58 -
YUV 94.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 240 28 56 0 0.88 0.77 0.06 352.08 0.88 0.53
Hex F0 1C 38 0 58 4D 6 160 58 35
Octal 360 34 70 0 130 115 6 540 130 65
Binary 11110000 11100 111000 0 1011000 1001101 110 101100000 1011000 110101

Color Harmonies of #F01C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C38

Black with #F01C38

Text Example


Text Example

White with #F01C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C38; }

 p { color: rgb(240,28,56); }

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

background-color css

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

 a { background-color: rgb(240,28,56); }

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

border-color css

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

 span { border-color: rgb(240,28,56); }

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