Html Css Color HEX #FD353A Alizarin

📋 copy color: '#FD353A'

red 253 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #FD353A

Tints of Alizarin #FD353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 69.51%
G = 14.56%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD353A (or 0xFD353A) is known color: Alizarin. HEX triplet: FD, 35 and 3A. RGB value is (253,53,58). Sum of RGB (Red+Green+Blue) = 253+53+58=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD353A is #02CAC5. Grayscale: #717171. Windows color (decimal): -182982 or 3814909. OLE color: 3814909.

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

Color convert

RGB 253 53 58 -
CMYK 0 0.79 0.77 0.01
HSL 358.5º 0.98% 0.6% -
HSV(B) 358.5º 0.79% 0.99% -
XYZ 42.54 23.73 6.34 -
YUV 113.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 253 53 58 0 0.79 0.77 0.01 358.5 0.98 0.6
Hex FD 35 3A 0 4F 4D 1 166 62 3C
Octal 375 65 72 0 117 115 1 546 142 74
Binary 11111101 110101 111010 0 1001111 1001101 1 101100110 1100010 111100

Color Harmonies of #FD353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD353A

Black with #FD353A

Text Example


Text Example

White with #FD353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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