Html Css Color HEX #FC3742 Radical Red

📋 copy color: '#FC3742'

red 252 ◦ green 55 ◦ blue 66

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

Shades of Radical Red #FC3742

Tints of Radical Red #FC3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 67.56%
G = 14.75%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3742 (or 0xFC3742) is known color: Radical Red. HEX triplet: FC, 37 and 42. RGB value is (252,55,66). Sum of RGB (Red+Green+Blue) = 252+55+66=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3742 is #03C8BD. Grayscale: #737373. Windows color (decimal): -247998 or 4339708. OLE color: 4339708.

HSL color Cylindrical-coordinate representation of color #FC3742: hue angle of 356.65º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3742 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 55 66 -
CMYK 0 0.78 0.74 0.01
HSL 356.65º 0.97% 0.6% -
HSV(B) 356.65º 0.78% 0.99% -
XYZ 42.49 23.82 7.51 -
YUV 115.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 252 55 66 0 0.78 0.74 0.01 356.65 0.97 0.6
Hex FC 37 42 0 4E 4A 1 165 61 3C
Octal 374 67 102 0 116 112 1 545 141 74
Binary 11111100 110111 1000010 0 1001110 1001010 1 101100101 1100001 111100

Color Harmonies of #FC3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3742

Black with #FC3742

Text Example


Text Example

White with #FC3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3742; }

 p { color: rgb(252,55,66); }

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

background-color css

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

 a { background-color: rgb(252,55,66); }

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

border-color css

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

 span { border-color: rgb(252,55,66); }

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