Html Css Color HEX #FD3141 Alizarin

📋 copy color: '#FD3141'

red 253 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #FD3141

Tints of Alizarin #FD3141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 68.94%
G = 13.35%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD3141 (or 0xFD3141) is known color: Alizarin. HEX triplet: FD, 31 and 41. RGB value is (253,49,65). Sum of RGB (Red+Green+Blue) = 253+49+65=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3141 is #02CEBE. Grayscale: #6F6F6F. Windows color (decimal): -183999 or 4272637. OLE color: 4272637.

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

Color convert

RGB 253 49 65 -
CMYK 0 0.81 0.74 0.01
HSL 355.29º 0.98% 0.59% -
HSV(B) 355.29º 0.81% 0.99% -
XYZ 42.56 23.46 7.29 -
YUV 111.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 253 49 65 0 0.81 0.74 0.01 355.29 0.98 0.59
Hex FD 31 41 0 51 4A 1 163 62 3B
Octal 375 61 101 0 121 112 1 543 142 73
Binary 11111101 110001 1000001 0 1010001 1001010 1 101100011 1100010 111011

Color Harmonies of #FD3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3141

Black with #FD3141

Text Example


Text Example

White with #FD3141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3141; }

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

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

background-color css

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

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

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

border-color css

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

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

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