Html Css Color HEX #FD3137 Alizarin

📋 copy color: '#FD3137'

red 253 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #FD3137

Tints of Alizarin #FD3137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.41%

R = 70.87%
G = 13.73%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD3137 (or 0xFD3137) is known color: Alizarin. HEX triplet: FD, 31 and 37. RGB value is (253,49,55). Sum of RGB (Red+Green+Blue) = 253+49+55=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3137 is #02CEC8. Grayscale: #6E6E6E. Windows color (decimal): -184009 or 3617277. OLE color: 3617277.

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

Color convert

RGB 253 49 55 -
CMYK 0 0.81 0.78 0.01
HSL 358.24º 0.98% 0.59% -
HSV(B) 358.24º 0.81% 0.99% -
XYZ 42.3 23.36 5.89 -
YUV 110.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 253 49 55 0 0.81 0.78 0.01 358.24 0.98 0.59
Hex FD 31 37 0 51 4E 1 166 62 3B
Octal 375 61 67 0 121 116 1 546 142 73
Binary 11111101 110001 110111 0 1010001 1001110 1 101100110 1100010 111011

Color Harmonies of #FD3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3137

Black with #FD3137

Text Example


Text Example

White with #FD3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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