Html Css Color HEX #FD293C Alizarin

📋 copy color: '#FD293C'

red 253 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #FD293C

Tints of Alizarin #FD293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 71.47%
G = 11.58%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD293C (or 0xFD293C) is known color: Alizarin. HEX triplet: FD, 29 and 3C. RGB value is (253,41,60). Sum of RGB (Red+Green+Blue) = 253+41+60=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD293C is #02D6C3. Grayscale: #6A6A6A. Windows color (decimal): -186052 or 3942909. OLE color: 3942909.

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

Color convert

RGB 253 41 60 -
CMYK 0 0.84 0.76 0.01
HSL 354.62º 0.98% 0.58% -
HSV(B) 354.62º 0.84% 0.99% -
XYZ 42.12 22.79 6.46 -
YUV 106.55 101.74 232.46 -
System Red Green Blue C M Y K H S L
Decimal 253 41 60 0 0.84 0.76 0.01 354.62 0.98 0.58
Hex FD 29 3C 0 54 4C 1 163 62 3A
Octal 375 51 74 0 124 114 1 543 142 72
Binary 11111101 101001 111100 0 1010100 1001100 1 101100011 1100010 111010

Color Harmonies of #FD293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD293C

Black with #FD293C

Text Example


Text Example

White with #FD293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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