Html Css Color HEX #FD2D40 Alizarin

📋 copy color: '#FD2D40'

red 253 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #FD2D40

Tints of Alizarin #FD2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

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

R = 69.89%
G = 12.43%
B = 17.68%

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

#FD2D40 (or 0xFD2D40) is known color: Alizarin. HEX triplet: FD, 2D and 40. RGB value is (253,45,64). Sum of RGB (Red+Green+Blue) = 253+45+64=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D40 is #02D2BF. Grayscale: #6D6D6D. Windows color (decimal): -185024 or 4206077. OLE color: 4206077.

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

Color convert

RGB 253 45 64 -
CMYK 0 0.82 0.75 0.01
HSL 354.52º 0.98% 0.58% -
HSV(B) 354.52º 0.82% 0.99% -
XYZ 42.37 23.13 7.08 -
YUV 109.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 253 45 64 0 0.82 0.75 0.01 354.52 0.98 0.58
Hex FD 2D 40 0 52 4B 1 163 62 3A
Octal 375 55 100 0 122 113 1 543 142 72
Binary 11111101 101101 1000000 0 1010010 1001011 1 101100011 1100010 111010

Color Harmonies of #FD2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D40

Black with #FD2D40

Text Example


Text Example

White with #FD2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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