Html Css Color HEX #F01D33 Alizarin

📋 copy color: '#F01D33'

red 240 ◦ green 29 ◦ blue 51

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

Shades of Alizarin #F01D33

Tints of Alizarin #F01D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 75%
G = 9.06%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01D33 (or 0xF01D33) is known color: Alizarin. HEX triplet: F0, 1D and 33. RGB value is (240,29,51). Sum of RGB (Red+Green+Blue) = 240+29+51=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D33 is #0FE2CC. Grayscale: #5E5E5E. Windows color (decimal): -1041101 or 3350000. OLE color: 3350000.

HSL color Cylindrical-coordinate representation of color #F01D33: hue angle of 353.74º 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 #F01D33 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 29 51 -
CMYK 0 0.88 0.79 0.06
HSL 353.74º 0.88% 0.53% -
HSV(B) 353.74º 0.88% 0.94% -
XYZ 36.97 19.64 4.97 -
YUV 94.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 240 29 51 0 0.88 0.79 0.06 353.74 0.88 0.53
Hex F0 1D 33 0 58 4F 6 162 58 35
Octal 360 35 63 0 130 117 6 542 130 65
Binary 11110000 11101 110011 0 1011000 1001111 110 101100010 1011000 110101

Color Harmonies of #F01D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D33

Black with #F01D33

Text Example


Text Example

White with #F01D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D33; }

 p { color: rgb(240,29,51); }

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

background-color css

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

 a { background-color: rgb(240,29,51); }

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

border-color css

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

 span { border-color: rgb(240,29,51); }

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