Html Css Color HEX #FD292E Alizarin

📋 copy color: '#FD292E'

red 253 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #FD292E

Tints of Alizarin #FD292E

RGB

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

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

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

R = 74.41%
G = 12.06%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD292E (or 0xFD292E) is known color: Alizarin. HEX triplet: FD, 29 and 2E. RGB value is (253,41,46). Sum of RGB (Red+Green+Blue) = 253+41+46=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD292E is #02D6D1. Grayscale: #696969. Windows color (decimal): -186066 or 3025405. OLE color: 3025405.

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

Color convert

RGB 253 41 46 -
CMYK 0 0.84 0.82 0.01
HSL 358.58º 0.98% 0.58% -
HSV(B) 358.58º 0.84% 0.99% -
XYZ 41.79 22.67 4.76 -
YUV 104.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 253 41 46 0 0.84 0.82 0.01 358.58 0.98 0.58
Hex FD 29 2E 0 54 52 1 167 62 3A
Octal 375 51 56 0 124 122 1 547 142 72
Binary 11111101 101001 101110 0 1010100 1010010 1 101100111 1100010 111010

Color Harmonies of #FD292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD292E

Black with #FD292E

Text Example


Text Example

White with #FD292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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