Html Css Color HEX #FD313A Alizarin

📋 copy color: '#FD313A'

red 253 ◦ green 49 ◦ blue 58

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

Shades of Alizarin #FD313A

Tints of Alizarin #FD313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 70.28%
G = 13.61%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD313A (or 0xFD313A) is known color: Alizarin. HEX triplet: FD, 31 and 3A. RGB value is (253,49,58). Sum of RGB (Red+Green+Blue) = 253+49+58=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD313A is #02CEC5. Grayscale: #6F6F6F. Windows color (decimal): -184006 or 3813885. OLE color: 3813885.

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

Color convert

RGB 253 49 58 -
CMYK 0 0.81 0.77 0.01
HSL 357.35º 0.98% 0.59% -
HSV(B) 357.35º 0.81% 0.99% -
XYZ 42.37 23.38 6.28 -
YUV 111.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 253 49 58 0 0.81 0.77 0.01 357.35 0.98 0.59
Hex FD 31 3A 0 51 4D 1 165 62 3B
Octal 375 61 72 0 121 115 1 545 142 73
Binary 11111101 110001 111010 0 1010001 1001101 1 101100101 1100010 111011

Color Harmonies of #FD313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD313A

Black with #FD313A

Text Example


Text Example

White with #FD313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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