Html Css Color HEX #F02329 Alizarin

📋 copy color: '#F02329'

red 240 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #F02329

Tints of Alizarin #F02329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 75.95%
G = 11.08%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02329 (or 0xF02329) is known color: Alizarin. HEX triplet: F0, 23 and 29. RGB value is (240,35,41). Sum of RGB (Red+Green+Blue) = 240+35+41=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02329 is #0FDCD6. Grayscale: #616161. Windows color (decimal): -1039575 or 2696176. OLE color: 2696176.

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

Color convert

RGB 240 35 41 -
CMYK 0 0.85 0.83 0.06
HSL 358.24º 0.87% 0.54% -
HSV(B) 358.24º 0.85% 0.94% -
XYZ 36.94 19.89 3.99 -
YUV 96.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 240 35 41 0 0.85 0.83 0.06 358.24 0.87 0.54
Hex F0 23 29 0 55 53 6 166 57 36
Octal 360 43 51 0 125 123 6 546 127 66
Binary 11110000 100011 101001 0 1010101 1010011 110 101100110 1010111 110110

Color Harmonies of #F02329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02329

Black with #F02329

Text Example


Text Example

White with #F02329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02329; }

 p { color: rgb(240,35,41); }

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

background-color css

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

 a { background-color: rgb(240,35,41); }

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

border-color css

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

 span { border-color: rgb(240,35,41); }

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