Html Css Color HEX #FF292E Alizarin

📋 copy color: '#FF292E'

red 255 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #FF292E

Tints of Alizarin #FF292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 74.56%
G = 11.99%
B = 13.45%

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

#FF292E (or 0xFF292E) is known color: Alizarin. HEX triplet: FF, 29 and 2E. RGB value is (255,41,46). Sum of RGB (Red+Green+Blue) = 255+41+46=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF292E is #00D6D1. Grayscale: #696969. Windows color (decimal): -54994 or 3025407. OLE color: 3025407.

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

Color convert

RGB 255 41 46 -
CMYK 0 0.84 0.82 0
HSL 358.6º 1% 0.58% -
HSV(B) 358.6º 0.84% 1% -
XYZ 42.53 23.04 4.79 -
YUV 105.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 255 41 46 0 0.84 0.82 0 358.6 1 0.58
Hex FF 29 2E 0 54 52 0 167 64 3A
Octal 377 51 56 0 124 122 0 547 144 72
Binary 11111111 101001 101110 0 1010100 1010010 0 101100111 1100100 111010

Color Harmonies of #FF292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF292E

Black with #FF292E

Text Example


Text Example

White with #FF292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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