Html Css Color HEX #FD293F Alizarin

📋 copy color: '#FD293F'

red 253 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #FD293F

Tints of Alizarin #FD293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.65%

R = 70.87%
G = 11.48%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD293F (or 0xFD293F) is known color: Alizarin. HEX triplet: FD, 29 and 3F. RGB value is (253,41,63). Sum of RGB (Red+Green+Blue) = 253+41+63=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD293F is #02D6C0. Grayscale: #6B6B6B. Windows color (decimal): -186049 or 4139517. OLE color: 4139517.

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

Color convert

RGB 253 41 63 -
CMYK 0 0.84 0.75 0.01
HSL 353.77º 0.98% 0.58% -
HSV(B) 353.77º 0.84% 0.99% -
XYZ 42.2 22.83 6.88 -
YUV 106.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 253 41 63 0 0.84 0.75 0.01 353.77 0.98 0.58
Hex FD 29 3F 0 54 4B 1 162 62 3A
Octal 375 51 77 0 124 113 1 542 142 72
Binary 11111101 101001 111111 0 1010100 1001011 1 101100010 1100010 111010

Color Harmonies of #FD293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD293F

Black with #FD293F

Text Example


Text Example

White with #FD293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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