Html Css Color HEX #FD2D3F Alizarin

📋 copy color: '#FD2D3F'

red 253 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #FD2D3F

Tints of Alizarin #FD2D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 70.08%
G = 12.47%
B = 17.45%

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

#FD2D3F (or 0xFD2D3F) is known color: Alizarin. HEX triplet: FD, 2D and 3F. RGB value is (253,45,63). Sum of RGB (Red+Green+Blue) = 253+45+63=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D3F is #02D2C0. Grayscale: #6D6D6D. Windows color (decimal): -185025 or 4140541. OLE color: 4140541.

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

Color convert

RGB 253 45 63 -
CMYK 0 0.82 0.75 0.01
HSL 354.81º 0.98% 0.58% -
HSV(B) 354.81º 0.82% 0.99% -
XYZ 42.34 23.12 6.93 -
YUV 109.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 253 45 63 0 0.82 0.75 0.01 354.81 0.98 0.58
Hex FD 2D 3F 0 52 4B 1 163 62 3A
Octal 375 55 77 0 122 113 1 543 142 72
Binary 11111101 101101 111111 0 1010010 1001011 1 101100011 1100010 111010

Color Harmonies of #FD2D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D3F

Black with #FD2D3F

Text Example


Text Example

White with #FD2D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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