Html Css Color HEX #FD3C4E Radical Red

📋 copy color: '#FD3C4E'

red 253 ◦ green 60 ◦ blue 78

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

Shades of Radical Red #FD3C4E

Tints of Radical Red #FD3C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 64.71%
G = 15.35%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD3C4E (or 0xFD3C4E) is known color: Radical Red. HEX triplet: FD, 3C and 4E. RGB value is (253,60,78). Sum of RGB (Red+Green+Blue) = 253+60+78=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C4E is #02C3B1. Grayscale: #777777. Windows color (decimal): -181170 or 5127421. OLE color: 5127421.

HSL color Cylindrical-coordinate representation of color #FD3C4E: hue angle of 354.4º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C4E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 60 78 -
CMYK 0 0.76 0.69 0.01
HSL 354.4º 0.98% 0.61% -
HSV(B) 354.4º 0.76% 0.99% -
XYZ 43.5 24.66 9.68 -
YUV 119.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 253 60 78 0 0.76 0.69 0.01 354.4 0.98 0.61
Hex FD 3C 4E 0 4C 45 1 162 62 3D
Octal 375 74 116 0 114 105 1 542 142 75
Binary 11111101 111100 1001110 0 1001100 1000101 1 101100010 1100010 111101

Color Harmonies of #FD3C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C4E

Black with #FD3C4E

Text Example


Text Example

White with #FD3C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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