Html Css Color HEX #FD2931 Alizarin

📋 copy color: '#FD2931'

red 253 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #FD2931

Tints of Alizarin #FD2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 73.76%
G = 11.95%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD2931 (or 0xFD2931) is known color: Alizarin. HEX triplet: FD, 29 and 31. RGB value is (253,41,49). Sum of RGB (Red+Green+Blue) = 253+41+49=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2931 is #02D6CE. Grayscale: #696969. Windows color (decimal): -186063 or 3222013. OLE color: 3222013.

HSL color Cylindrical-coordinate representation of color #FD2931: hue angle of 357.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2931 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 49 -
CMYK 0 0.84 0.81 0.01
HSL 357.74º 0.98% 0.58% -
HSV(B) 357.74º 0.84% 0.99% -
XYZ 41.86 22.69 5.08 -
YUV 105.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 253 41 49 0 0.84 0.81 0.01 357.74 0.98 0.58
Hex FD 29 31 0 54 51 1 166 62 3A
Octal 375 51 61 0 124 121 1 546 142 72
Binary 11111101 101001 110001 0 1010100 1010001 1 101100110 1100010 111010

Color Harmonies of #FD2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2931

Black with #FD2931

Text Example


Text Example

White with #FD2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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