Html Css Color HEX #FD393C Alizarin

📋 copy color: '#FD393C'

red 253 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #FD393C

Tints of Alizarin #FD393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 68.38%
G = 15.41%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD393C (or 0xFD393C) is known color: Alizarin. HEX triplet: FD, 39 and 3C. RGB value is (253,57,60). Sum of RGB (Red+Green+Blue) = 253+57+60=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD393C is #02C6C3. Grayscale: #747474. Windows color (decimal): -181956 or 3947005. OLE color: 3947005.

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

Color convert

RGB 253 57 60 -
CMYK 0 0.77 0.76 0.01
HSL 359.08º 0.98% 0.61% -
HSV(B) 359.08º 0.77% 0.99% -
XYZ 42.79 24.14 6.68 -
YUV 115.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 253 57 60 0 0.77 0.76 0.01 359.08 0.98 0.61
Hex FD 39 3C 0 4D 4C 1 167 62 3D
Octal 375 71 74 0 115 114 1 547 142 75
Binary 11111101 111001 111100 0 1001101 1001100 1 101100111 1100010 111101

Color Harmonies of #FD393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD393C

Black with #FD393C

Text Example


Text Example

White with #FD393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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