Html Css Color HEX #FD393A Alizarin

📋 copy color: '#FD393A'

red 253 ◦ green 57 ◦ blue 58

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

Shades of Alizarin #FD393A

Tints of Alizarin #FD393A

RGB

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

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

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

R = 68.75%
G = 15.49%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD393A (or 0xFD393A) is known color: Alizarin. HEX triplet: FD, 39 and 3A. RGB value is (253,57,58). Sum of RGB (Red+Green+Blue) = 253+57+58=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD393A is #02C6C5. Grayscale: #737373. Windows color (decimal): -181958 or 3815933. OLE color: 3815933.

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

Color convert

RGB 253 57 58 -
CMYK 0 0.77 0.77 0.01
HSL 359.69º 0.98% 0.61% -
HSV(B) 359.69º 0.77% 0.99% -
XYZ 42.73 24.11 6.41 -
YUV 115.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 253 57 58 0 0.77 0.77 0.01 359.69 0.98 0.61
Hex FD 39 3A 0 4D 4D 1 168 62 3D
Octal 375 71 72 0 115 115 1 550 142 75
Binary 11111101 111001 111010 0 1001101 1001101 1 101101000 1100010 111101

Color Harmonies of #FD393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD393A

Black with #FD393A

Text Example


Text Example

White with #FD393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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