Html Css Color HEX #FD313F Alizarin

📋 copy color: '#FD313F'

red 253 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #FD313F

Tints of Alizarin #FD313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 69.32%
G = 13.42%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD313F (or 0xFD313F) is known color: Alizarin. HEX triplet: FD, 31 and 3F. RGB value is (253,49,63). Sum of RGB (Red+Green+Blue) = 253+49+63=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD313F is #02CEC0. Grayscale: #6F6F6F. Windows color (decimal): -184001 or 4141565. OLE color: 4141565.

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

Color convert

RGB 253 49 63 -
CMYK 0 0.81 0.75 0.01
HSL 355.88º 0.98% 0.59% -
HSV(B) 355.88º 0.81% 0.99% -
XYZ 42.5 23.44 6.99 -
YUV 111.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 253 49 63 0 0.81 0.75 0.01 355.88 0.98 0.59
Hex FD 31 3F 0 51 4B 1 164 62 3B
Octal 375 61 77 0 121 113 1 544 142 73
Binary 11111101 110001 111111 0 1010001 1001011 1 101100100 1100010 111011

Color Harmonies of #FD313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD313F

Black with #FD313F

Text Example


Text Example

White with #FD313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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