Html Css Color HEX #FD3136 Alizarin

📋 copy color: '#FD3136'

red 253 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #FD3136

Tints of Alizarin #FD3136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 71.07%
G = 13.76%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3136 (or 0xFD3136) is known color: Alizarin. HEX triplet: FD, 31 and 36. RGB value is (253,49,54). Sum of RGB (Red+Green+Blue) = 253+49+54=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3136 is #02CEC9. Grayscale: #6E6E6E. Windows color (decimal): -184010 or 3551741. OLE color: 3551741.

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

Color convert

RGB 253 49 54 -
CMYK 0 0.81 0.79 0.01
HSL 358.53º 0.98% 0.59% -
HSV(B) 358.53º 0.81% 0.99% -
XYZ 42.27 23.35 5.77 -
YUV 110.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 253 49 54 0 0.81 0.79 0.01 358.53 0.98 0.59
Hex FD 31 36 0 51 4F 1 167 62 3B
Octal 375 61 66 0 121 117 1 547 142 73
Binary 11111101 110001 110110 0 1010001 1001111 1 101100111 1100010 111011

Color Harmonies of #FD3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3136

Black with #FD3136

Text Example


Text Example

White with #FD3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3136; }

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

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

background-color css

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

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

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

border-color css

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

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

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