Html Css Color HEX #FD323D Alizarin

📋 copy color: '#FD323D'

red 253 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #FD323D

Tints of Alizarin #FD323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 69.51%
G = 13.74%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD323D (or 0xFD323D) is known color: Alizarin. HEX triplet: FD, 32 and 3D. RGB value is (253,50,61). Sum of RGB (Red+Green+Blue) = 253+50+61=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD323D is #02CDC2. Grayscale: #707070. Windows color (decimal): -183747 or 4010749. OLE color: 4010749.

HSL color Cylindrical-coordinate representation of color #FD323D: hue angle of 356.75º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD323D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 50 61 -
CMYK 0 0.80 0.76 0.01
HSL 356.75º 0.98% 0.59% -
HSV(B) 356.75º 0.8% 0.99% -
XYZ 42.49 23.5 6.71 -
YUV 111.95 99.25 228.61 -
System Red Green Blue C M Y K H S L
Decimal 253 50 61 0 0.80 0.76 0.01 356.75 0.98 0.59
Hex FD 32 3D 0 50 4C 1 165 62 3B
Octal 375 62 75 0 120 114 1 545 142 73
Binary 11111101 110010 111101 0 1010000 1001100 1 101100101 1100010 111011

Color Harmonies of #FD323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD323D

Black with #FD323D

Text Example


Text Example

White with #FD323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD323D; }

 p { color: rgb(253,50,61); }

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

background-color css

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

 a { background-color: rgb(253,50,61); }

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

border-color css

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

 span { border-color: rgb(253,50,61); }

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