Html Css Color HEX #FD373F Alizarin

📋 copy color: '#FD373F'

red 253 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #FD373F

Tints of Alizarin #FD373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 68.19%
G = 14.82%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD373F (or 0xFD373F) is known color: Alizarin. HEX triplet: FD, 37 and 3F. RGB value is (253,55,63). Sum of RGB (Red+Green+Blue) = 253+55+63=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD373F is #02C8C0. Grayscale: #737373. Windows color (decimal): -182465 or 4143101. OLE color: 4143101.

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

Color convert

RGB 253 55 63 -
CMYK 0 0.78 0.75 0.01
HSL 357.58º 0.98% 0.6% -
HSV(B) 357.58º 0.78% 0.99% -
XYZ 42.77 23.97 7.08 -
YUV 115.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 253 55 63 0 0.78 0.75 0.01 357.58 0.98 0.6
Hex FD 37 3F 0 4E 4B 1 166 62 3C
Octal 375 67 77 0 116 113 1 546 142 74
Binary 11111101 110111 111111 0 1001110 1001011 1 101100110 1100010 111100

Color Harmonies of #FD373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD373F

Black with #FD373F

Text Example


Text Example

White with #FD373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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