Html Css Color HEX #FC3C40 Radical Red

📋 copy color: '#FC3C40'

red 252 ◦ green 60 ◦ blue 64

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

Shades of Radical Red #FC3C40

Tints of Radical Red #FC3C40

RGB

 RED value IS 252 (98.83% from 255) = 67.02%

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 67.02%
G = 15.96%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC3C40 (or 0xFC3C40) is known color: Radical Red. HEX triplet: FC, 3C and 40. RGB value is (252,60,64). Sum of RGB (Red+Green+Blue) = 252+60+64=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C40 is #03C3BF. Grayscale: #767676. Windows color (decimal): -246720 or 4209916. OLE color: 4209916.

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

Color convert

RGB 252 60 64 -
CMYK 0 0.76 0.75 0.01
HSL 358.75º 0.97% 0.61% -
HSV(B) 358.75º 0.76% 0.99% -
XYZ 42.69 24.3 7.29 -
YUV 117.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 252 60 64 0 0.76 0.75 0.01 358.75 0.97 0.61
Hex FC 3C 40 0 4C 4B 1 167 61 3D
Octal 374 74 100 0 114 113 1 547 141 75
Binary 11111100 111100 1000000 0 1001100 1001011 1 101100111 1100001 111101

Color Harmonies of #FC3C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C40

Black with #FC3C40

Text Example


Text Example

White with #FC3C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C40; }

 p { color: rgb(252,60,64); }

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

background-color css

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

 a { background-color: rgb(252,60,64); }

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

border-color css

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

 span { border-color: rgb(252,60,64); }

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