Html Css Color HEX #FF292D Alizarin

📋 copy color: '#FF292D'

red 255 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #FF292D

Tints of Alizarin #FF292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 74.78%
G = 12.02%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF292D (or 0xFF292D) is known color: Alizarin. HEX triplet: FF, 29 and 2D. RGB value is (255,41,45). Sum of RGB (Red+Green+Blue) = 255+41+45=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF292D is #00D6D2. Grayscale: #696969. Windows color (decimal): -54995 or 2959871. OLE color: 2959871.

HSL color Cylindrical-coordinate representation of color #FF292D: hue angle of 358.88º 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 #FF292D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 45 -
CMYK 0 0.84 0.82 0
HSL 358.88º 1% 0.58% -
HSV(B) 358.88º 0.84% 1% -
XYZ 42.51 23.04 4.69 -
YUV 105.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 255 41 45 0 0.84 0.82 0 358.88 1 0.58
Hex FF 29 2D 0 54 52 0 167 64 3A
Octal 377 51 55 0 124 122 0 547 144 72
Binary 11111111 101001 101101 0 1010100 1010010 0 101100111 1100100 111010

Color Harmonies of #FF292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF292D

Black with #FF292D

Text Example


Text Example

White with #FF292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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