Html Css Color HEX #FD3C4C Radical Red

📋 copy color: '#FD3C4C'

red 253 ◦ green 60 ◦ blue 76

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

Shades of Radical Red #FD3C4C

Tints of Radical Red #FD3C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 65.04%
G = 15.42%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD3C4C (or 0xFD3C4C) is known color: Radical Red. HEX triplet: FD, 3C and 4C. RGB value is (253,60,76). Sum of RGB (Red+Green+Blue) = 253+60+76=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C4C is #02C3B3. Grayscale: #777777. Windows color (decimal): -181172 or 4996349. OLE color: 4996349.

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

Color convert

RGB 253 60 76 -
CMYK 0 0.76 0.70 0.01
HSL 355.03º 0.98% 0.61% -
HSV(B) 355.03º 0.76% 0.99% -
XYZ 43.43 24.64 9.3 -
YUV 119.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 253 60 76 0 0.76 0.70 0.01 355.03 0.98 0.61
Hex FD 3C 4C 0 4C 46 1 163 62 3D
Octal 375 74 114 0 114 106 1 543 142 75
Binary 11111101 111100 1001100 0 1001100 1000110 1 101100011 1100010 111101

Color Harmonies of #FD3C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C4C

Black with #FD3C4C

Text Example


Text Example

White with #FD3C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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