Html Css Color HEX #FD344A Radical Red

📋 copy color: '#FD344A'

red 253 ◦ green 52 ◦ blue 74

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

Shades of Radical Red #FD344A

Tints of Radical Red #FD344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 66.75%
G = 13.72%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD344A (or 0xFD344A) is known color: Radical Red. HEX triplet: FD, 34 and 4A. RGB value is (253,52,74). Sum of RGB (Red+Green+Blue) = 253+52+74=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD344A is #02CBB5. Grayscale: #727272. Windows color (decimal): -183222 or 4863229. OLE color: 4863229.

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

Color convert

RGB 253 52 74 -
CMYK 0 0.79 0.71 0.01
HSL 353.43º 0.98% 0.6% -
HSV(B) 353.43º 0.79% 0.99% -
XYZ 42.97 23.83 8.81 -
YUV 114.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 253 52 74 0 0.79 0.71 0.01 353.43 0.98 0.6
Hex FD 34 4A 0 4F 47 1 161 62 3C
Octal 375 64 112 0 117 107 1 541 142 74
Binary 11111101 110100 1001010 0 1001111 1000111 1 101100001 1100010 111100

Color Harmonies of #FD344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD344A

Black with #FD344A

Text Example


Text Example

White with #FD344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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