Html Css Color HEX #FD343C Alizarin

📋 copy color: '#FD343C'

red 253 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #FD343C

Tints of Alizarin #FD343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.44%

R = 69.32%
G = 14.25%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD343C (or 0xFD343C) is known color: Alizarin. HEX triplet: FD, 34 and 3C. RGB value is (253,52,60). Sum of RGB (Red+Green+Blue) = 253+52+60=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD343C is #02CBC3. Grayscale: #717171. Windows color (decimal): -183236 or 3945725. OLE color: 3945725.

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

Color convert

RGB 253 52 60 -
CMYK 0 0.79 0.76 0.01
HSL 357.61º 0.98% 0.6% -
HSV(B) 357.61º 0.79% 0.99% -
XYZ 42.55 23.66 6.6 -
YUV 113.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 253 52 60 0 0.79 0.76 0.01 357.61 0.98 0.6
Hex FD 34 3C 0 4F 4C 1 166 62 3C
Octal 375 64 74 0 117 114 1 546 142 74
Binary 11111101 110100 111100 0 1001111 1001100 1 101100110 1100010 111100

Color Harmonies of #FD343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD343C

Black with #FD343C

Text Example


Text Example

White with #FD343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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