Html Css Color HEX #FF2829 Alizarin

📋 copy color: '#FF2829'

red 255 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #FF2829

Tints of Alizarin #FF2829

RGB

 RED value IS 255 (100% from 255) = 75.89%

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

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

R = 75.89%
G = 11.9%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF2829 (or 0xFF2829) is known color: Alizarin. HEX triplet: FF, 28 and 29. RGB value is (255,40,41). Sum of RGB (Red+Green+Blue) = 255+40+41=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2829 is #00D7D6. Grayscale: #686868. Windows color (decimal): -55255 or 2697471. OLE color: 2697471.

HSL color Cylindrical-coordinate representation of color #FF2829: hue angle of 359.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2829 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 40 41 -
CMYK 0 0.84 0.84 0
HSL 359.72º 1% 0.58% -
HSV(B) 359.72º 0.84% 1% -
XYZ 42.4 22.94 4.29 -
YUV 104.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 255 40 41 0 0.84 0.84 0 359.72 1 0.58
Hex FF 28 29 0 54 54 0 168 64 3A
Octal 377 50 51 0 124 124 0 550 144 72
Binary 11111111 101000 101001 0 1010100 1010100 0 101101000 1100100 111010

Color Harmonies of #FF2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2829

Black with #FF2829

Text Example


Text Example

White with #FF2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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