Html Css Color HEX #FD373A Alizarin

📋 copy color: '#FD373A'

red 253 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #FD373A

Tints of Alizarin #FD373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 69.13%
G = 15.03%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD373A (or 0xFD373A) is known color: Alizarin. HEX triplet: FD, 37 and 3A. RGB value is (253,55,58). Sum of RGB (Red+Green+Blue) = 253+55+58=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD373A is #02C8C5. Grayscale: #727272. Windows color (decimal): -182470 or 3815421. OLE color: 3815421.

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

Color convert

RGB 253 55 58 -
CMYK 0 0.78 0.77 0.01
HSL 359.09º 0.98% 0.6% -
HSV(B) 359.09º 0.78% 0.99% -
XYZ 42.64 23.92 6.37 -
YUV 114.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 253 55 58 0 0.78 0.77 0.01 359.09 0.98 0.6
Hex FD 37 3A 0 4E 4D 1 167 62 3C
Octal 375 67 72 0 116 115 1 547 142 74
Binary 11111101 110111 111010 0 1001110 1001101 1 101100111 1100010 111100

Color Harmonies of #FD373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD373A

Black with #FD373A

Text Example


Text Example

White with #FD373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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