Html Css Color HEX #FD3139 Alizarin

📋 copy color: '#FD3139'

red 253 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #FD3139

Tints of Alizarin #FD3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.88%

R = 70.47%
G = 13.65%
B = 15.88%

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

#FD3139 (or 0xFD3139) is known color: Alizarin. HEX triplet: FD, 31 and 39. RGB value is (253,49,57). Sum of RGB (Red+Green+Blue) = 253+49+57=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3139 is #02CEC6. Grayscale: #6F6F6F. Windows color (decimal): -184007 or 3748349. OLE color: 3748349.

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

Color convert

RGB 253 49 57 -
CMYK 0 0.81 0.77 0.01
HSL 357.65º 0.98% 0.59% -
HSV(B) 357.65º 0.81% 0.99% -
XYZ 42.34 23.37 6.15 -
YUV 110.91 97.59 229.35 -
System Red Green Blue C M Y K H S L
Decimal 253 49 57 0 0.81 0.77 0.01 357.65 0.98 0.59
Hex FD 31 39 0 51 4D 1 166 62 3B
Octal 375 61 71 0 121 115 1 546 142 73
Binary 11111101 110001 111001 0 1010001 1001101 1 101100110 1100010 111011

Color Harmonies of #FD3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3139

Black with #FD3139

Text Example


Text Example

White with #FD3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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