Html Css Color HEX #FD2E40 Alizarin

📋 copy color: '#FD2E40'

red 253 ◦ green 46 ◦ blue 64

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

Shades of Alizarin #FD2E40

Tints of Alizarin #FD2E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.67%

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

R = 69.7%
G = 12.67%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD2E40 (or 0xFD2E40) is known color: Alizarin. HEX triplet: FD, 2E and 40. RGB value is (253,46,64). Sum of RGB (Red+Green+Blue) = 253+46+64=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E40 is #02D1BF. Grayscale: #6E6E6E. Windows color (decimal): -184768 or 4206333. OLE color: 4206333.

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

Color convert

RGB 253 46 64 -
CMYK 0 0.82 0.75 0.01
HSL 354.78º 0.98% 0.59% -
HSV(B) 354.78º 0.82% 0.99% -
XYZ 42.41 23.21 7.09 -
YUV 109.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 253 46 64 0 0.82 0.75 0.01 354.78 0.98 0.59
Hex FD 2E 40 0 52 4B 1 163 62 3B
Octal 375 56 100 0 122 113 1 543 142 73
Binary 11111101 101110 1000000 0 1010010 1001011 1 101100011 1100010 111011

Color Harmonies of #FD2E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E40

Black with #FD2E40

Text Example


Text Example

White with #FD2E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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