Html Css Color HEX #FD3740 Alizarin

📋 copy color: '#FD3740'

red 253 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #FD3740

Tints of Alizarin #FD3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 68.01%
G = 14.78%
B = 17.2%

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

#FD3740 (or 0xFD3740) is known color: Alizarin. HEX triplet: FD, 37 and 40. RGB value is (253,55,64). Sum of RGB (Red+Green+Blue) = 253+55+64=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3740 is #02C8BF. Grayscale: #737373. Windows color (decimal): -182464 or 4208637. OLE color: 4208637.

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

Color convert

RGB 253 55 64 -
CMYK 0 0.78 0.75 0.01
HSL 357.27º 0.98% 0.6% -
HSV(B) 357.27º 0.78% 0.99% -
XYZ 42.8 23.99 7.22 -
YUV 115.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 253 55 64 0 0.78 0.75 0.01 357.27 0.98 0.6
Hex FD 37 40 0 4E 4B 1 165 62 3C
Octal 375 67 100 0 116 113 1 545 142 74
Binary 11111101 110111 1000000 0 1001110 1001011 1 101100101 1100010 111100

Color Harmonies of #FD3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3740

Black with #FD3740

Text Example


Text Example

White with #FD3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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