Html Css Color HEX #F02829 Alizarin

📋 copy color: '#F02829'

red 240 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #F02829

Tints of Alizarin #F02829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

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

R = 74.77%
G = 12.46%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02829 (or 0xF02829) is known color: Alizarin. HEX triplet: F0, 28 and 29. RGB value is (240,40,41). Sum of RGB (Red+Green+Blue) = 240+40+41=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F02829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02829 is #0FD7D6. Grayscale: #646464. Windows color (decimal): -1038295 or 2697456. OLE color: 2697456.

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

Color convert

RGB 240 40 41 -
CMYK 0 0.83 0.83 0.06
HSL 359.7º 0.87% 0.55% -
HSV(B) 359.7º 0.83% 0.94% -
XYZ 37.09 20.2 4.04 -
YUV 99.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 240 40 41 0 0.83 0.83 0.06 359.7 0.87 0.55
Hex F0 28 29 0 53 53 6 168 57 37
Octal 360 50 51 0 123 123 6 550 127 67
Binary 11110000 101000 101001 0 1010011 1010011 110 101101000 1010111 110111

Color Harmonies of #F02829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02829

Black with #F02829

Text Example


Text Example

White with #F02829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02829; }

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

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

background-color css

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

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

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

border-color css

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

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

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