Html Css Color HEX #FD3031 Alizarin

📋 copy color: '#FD3031'

red 253 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #FD3031

Tints of Alizarin #FD3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 72.29%
G = 13.71%
B = 14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD3031 (or 0xFD3031) is known color: Alizarin. HEX triplet: FD, 30 and 31. RGB value is (253,48,49). Sum of RGB (Red+Green+Blue) = 253+48+49=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3031 is #02CFCE. Grayscale: #6D6D6D. Windows color (decimal): -184271 or 3223805. OLE color: 3223805.

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

Color convert

RGB 253 48 49 -
CMYK 0 0.81 0.81 0.01
HSL 359.71º 0.98% 0.59% -
HSV(B) 359.71º 0.81% 0.99% -
XYZ 42.12 23.22 5.17 -
YUV 109.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 253 48 49 0 0.81 0.81 0.01 359.71 0.98 0.59
Hex FD 30 31 0 51 51 1 168 62 3B
Octal 375 60 61 0 121 121 1 550 142 73
Binary 11111101 110000 110001 0 1010001 1010001 1 101101000 1100010 111011

Color Harmonies of #FD3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3031

Black with #FD3031

Text Example


Text Example

White with #FD3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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