Html Css Color HEX #FD2829 Alizarin

📋 copy color: '#FD2829'

red 253 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #FD2829

Tints of Alizarin #FD2829

RGB

 RED value IS 253 (99.22% from 255) = 75.75%

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

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

R = 75.75%
G = 11.98%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD2829 (or 0xFD2829) is known color: Alizarin. HEX triplet: FD, 28 and 29. RGB value is (253,40,41). Sum of RGB (Red+Green+Blue) = 253+40+41=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2829 is #02D7D6. Grayscale: #686868. Windows color (decimal): -186327 or 2697469. OLE color: 2697469.

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

Color convert

RGB 253 40 41 -
CMYK 0 0.84 0.84 0.01
HSL 359.72º 0.98% 0.57% -
HSV(B) 359.72º 0.84% 0.99% -
XYZ 41.67 22.56 4.26 -
YUV 103.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 253 40 41 0 0.84 0.84 0.01 359.72 0.98 0.57
Hex FD 28 29 0 54 54 1 168 62 39
Octal 375 50 51 0 124 124 1 550 142 71
Binary 11111101 101000 101001 0 1010100 1010100 1 101101000 1100010 111001

Color Harmonies of #FD2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2829

Black with #FD2829

Text Example


Text Example

White with #FD2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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