Html Css Color HEX #FC243C Torch Red

📋 copy color: '#FC243C'

red 252 ◦ green 36 ◦ blue 60

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

Shades of Torch Red #FC243C

Tints of Torch Red #FC243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 72.41%
G = 10.34%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC243C (or 0xFC243C) is known color: Torch Red. HEX triplet: FC, 24 and 3C. RGB value is (252,36,60). Sum of RGB (Red+Green+Blue) = 252+36+60=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC243C is #03DBC3. Grayscale: #676767. Windows color (decimal): -252868 or 3941628. OLE color: 3941628.

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

Color convert

RGB 252 36 60 -
CMYK 0 0.86 0.76 0.01
HSL 353.33º 0.97% 0.56% -
HSV(B) 353.33º 0.86% 0.99% -
XYZ 41.59 22.28 6.38 -
YUV 103.32 103.56 234.05 -
System Red Green Blue C M Y K H S L
Decimal 252 36 60 0 0.86 0.76 0.01 353.33 0.97 0.56
Hex FC 24 3C 0 56 4C 1 161 61 38
Octal 374 44 74 0 126 114 1 541 141 70
Binary 11111100 100100 111100 0 1010110 1001100 1 101100001 1100001 111000

Color Harmonies of #FC243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC243C

Black with #FC243C

Text Example


Text Example

White with #FC243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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