Html Css Color HEX #FC242F Torch Red

📋 copy color: '#FC242F'

red 252 ◦ green 36 ◦ blue 47

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

Shades of Torch Red #FC242F

Tints of Torch Red #FC242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 75.22%
G = 10.75%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC242F (or 0xFC242F) is known color: Torch Red. HEX triplet: FC, 24 and 2F. RGB value is (252,36,47). Sum of RGB (Red+Green+Blue) = 252+36+47=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC242F is #03DBD0. Grayscale: #666666. Windows color (decimal): -252881 or 3089660. OLE color: 3089660.

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

Color convert

RGB 252 36 47 -
CMYK 0 0.86 0.81 0.01
HSL 356.94º 0.97% 0.56% -
HSV(B) 356.94º 0.86% 0.99% -
XYZ 41.29 22.16 4.79 -
YUV 101.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 252 36 47 0 0.86 0.81 0.01 356.94 0.97 0.56
Hex FC 24 2F 0 56 51 1 165 61 38
Octal 374 44 57 0 126 121 1 545 141 70
Binary 11111100 100100 101111 0 1010110 1010001 1 101100101 1100001 111000

Color Harmonies of #FC242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC242F

Black with #FC242F

Text Example


Text Example

White with #FC242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC242F; }

 p { color: rgb(252,36,47); }

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

background-color css

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

 a { background-color: rgb(252,36,47); }

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

border-color css

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

 span { border-color: rgb(252,36,47); }

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