Html Css Color HEX #F02328 Alizarin

📋 copy color: '#F02328'

red 240 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #F02328

Tints of Alizarin #F02328

RGB

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

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

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

R = 76.19%
G = 11.11%
B = 12.7%

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

#F02328 (or 0xF02328) is known color: Alizarin. HEX triplet: F0, 23 and 28. RGB value is (240,35,40). Sum of RGB (Red+Green+Blue) = 240+35+40=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02328 is #0FDCD7. Grayscale: #616161. Windows color (decimal): -1039576 or 2630640. OLE color: 2630640.

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

Color convert

RGB 240 35 40 -
CMYK 0 0.85 0.83 0.06
HSL 358.54º 0.87% 0.54% -
HSV(B) 358.54º 0.85% 0.94% -
XYZ 36.92 19.88 3.9 -
YUV 96.87 95.92 230.09 -
System Red Green Blue C M Y K H S L
Decimal 240 35 40 0 0.85 0.83 0.06 358.54 0.87 0.54
Hex F0 23 28 0 55 53 6 167 57 36
Octal 360 43 50 0 125 123 6 547 127 66
Binary 11110000 100011 101000 0 1010101 1010011 110 101100111 1010111 110110

Color Harmonies of #F02328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02328

Black with #F02328

Text Example


Text Example

White with #F02328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02328; }

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

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

background-color css

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

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

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

border-color css

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

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

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