Html Css Color HEX #FD373C Alizarin

📋 copy color: '#FD373C'

red 253 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #FD373C

Tints of Alizarin #FD373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 68.75%
G = 14.95%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD373C (or 0xFD373C) is known color: Alizarin. HEX triplet: FD, 37 and 3C. RGB value is (253,55,60). Sum of RGB (Red+Green+Blue) = 253+55+60=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD373C is #02C8C3. Grayscale: #727272. Windows color (decimal): -182468 or 3946493. OLE color: 3946493.

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

Color convert

RGB 253 55 60 -
CMYK 0 0.78 0.76 0.01
HSL 358.48º 0.98% 0.6% -
HSV(B) 358.48º 0.78% 0.99% -
XYZ 42.69 23.94 6.65 -
YUV 114.77 97.1 226.59 -
System Red Green Blue C M Y K H S L
Decimal 253 55 60 0 0.78 0.76 0.01 358.48 0.98 0.6
Hex FD 37 3C 0 4E 4C 1 166 62 3C
Octal 375 67 74 0 116 114 1 546 142 74
Binary 11111101 110111 111100 0 1001110 1001100 1 101100110 1100010 111100

Color Harmonies of #FD373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD373C

Black with #FD373C

Text Example


Text Example

White with #FD373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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