Html Css Color HEX #FD353F Alizarin

📋 copy color: '#FD353F'

red 253 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #FD353F

Tints of Alizarin #FD353F

RGB

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

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

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

R = 68.56%
G = 14.36%
B = 17.07%

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

#FD353F (or 0xFD353F) is known color: Alizarin. HEX triplet: FD, 35 and 3F. RGB value is (253,53,63). Sum of RGB (Red+Green+Blue) = 253+53+63=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353F is #02CAC0. Grayscale: #727272. Windows color (decimal): -182977 or 4142589. OLE color: 4142589.

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

Color convert

RGB 253 53 63 -
CMYK 0 0.79 0.75 0.01
HSL 357º 0.98% 0.6% -
HSV(B) 357º 0.79% 0.99% -
XYZ 42.68 23.79 7.04 -
YUV 113.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 253 53 63 0 0.79 0.75 0.01 357 0.98 0.6
Hex FD 35 3F 0 4F 4B 1 165 62 3C
Octal 375 65 77 0 117 113 1 545 142 74
Binary 11111101 110101 111111 0 1001111 1001011 1 101100101 1100010 111100

Color Harmonies of #FD353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD353F

Black with #FD353F

Text Example


Text Example

White with #FD353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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