Html Css Color HEX #FD3540 Alizarin

📋 copy color: '#FD3540'

red 253 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #FD3540

Tints of Alizarin #FD3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 68.38%
G = 14.32%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD3540 (or 0xFD3540) is known color: Alizarin. HEX triplet: FD, 35 and 40. RGB value is (253,53,64). Sum of RGB (Red+Green+Blue) = 253+53+64=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3540 is #02CABF. Grayscale: #727272. Windows color (decimal): -182976 or 4208125. OLE color: 4208125.

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

Color convert

RGB 253 53 64 -
CMYK 0 0.79 0.75 0.01
HSL 356.7º 0.98% 0.6% -
HSV(B) 356.7º 0.79% 0.99% -
XYZ 42.71 23.8 7.19 -
YUV 114.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 253 53 64 0 0.79 0.75 0.01 356.7 0.98 0.6
Hex FD 35 40 0 4F 4B 1 165 62 3C
Octal 375 65 100 0 117 113 1 545 142 74
Binary 11111101 110101 1000000 0 1001111 1001011 1 101100101 1100010 111100

Color Harmonies of #FD3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3540

Black with #FD3540

Text Example


Text Example

White with #FD3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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