Html Css Color HEX #FD343A Alizarin

📋 copy color: '#FD343A'

red 253 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #FD343A

Tints of Alizarin #FD343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 69.7%
G = 14.33%
B = 15.98%

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

#FD343A (or 0xFD343A) is known color: Alizarin. HEX triplet: FD, 34 and 3A. RGB value is (253,52,58). Sum of RGB (Red+Green+Blue) = 253+52+58=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD343A is #02CBC5. Grayscale: #707070. Windows color (decimal): -183238 or 3814653. OLE color: 3814653.

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

Color convert

RGB 253 52 58 -
CMYK 0 0.79 0.77 0.01
HSL 358.21º 0.98% 0.6% -
HSV(B) 358.21º 0.79% 0.99% -
XYZ 42.5 23.64 6.33 -
YUV 112.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 253 52 58 0 0.79 0.77 0.01 358.21 0.98 0.6
Hex FD 34 3A 0 4F 4D 1 166 62 3C
Octal 375 64 72 0 117 115 1 546 142 74
Binary 11111101 110100 111010 0 1001111 1001101 1 101100110 1100010 111100

Color Harmonies of #FD343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD343A

Black with #FD343A

Text Example


Text Example

White with #FD343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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